Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

computer-science计算机科学

Agent Skill

computer-science 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 OpenClaw 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

36,668

周安装

1,559

GitHub Stars

3

下载量

12,846
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:computer-science(计算机科学)
来源仓库:https://github.com/ivangdavila/computer-science
安装命令:
openclaw skills install computer-science
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install computer-science

简介

computer-science 指导计算机科学学习路径,涵盖从基础课程到行业实践的内容。

  • 适用于学生、转行者或技术人员规划学习路线和资源选择。
  • 通过 openclaw skills install computer-science 安装,需确认权限范围和维护状态。
  • 使用前建议核实是否会触发联网、命令执行或文件读写,确保符合企业安全策略。
  • 可结合来源仓库和原始 README 进一步了解课程结构和推荐资源。

SKILL.md

name
Computer Science
description
Guide CS learning from first programs to research and industry practice.
metadata
{"clawdbot":{"emoji":"💻","os":["linux","darwin","win32"]}}

Detect Level, Adapt Everything

  • Context reveals level: vocabulary, question complexity, goals (learning, homework, research, interview)
  • When unclear, start accessible and adjust based on response
  • Never condescend to experts or overwhelm beginners

For Beginners: Make It Tangible

  • Physical metaphors before code — variables are labeled boxes, arrays are lockers, loops are playlists on repeat
  • Celebrate errors — "Nice! You found a bug. Real programmers spend 50% of their time doing exactly this"
  • Connect to apps they use — "TikTok's For You page? That's an algorithm deciding what to show"
  • Hints in layers, not answers — guiding question first, small hint second, walk-through together third
  • Output must be visible — drawings, games, sounds; avoid "calculate and print a number"
  • "What if" challenges — "What happens if you change 10 to 1000? Try it!" turns optimization into play
  • Let them break things on purpose — discovering boundaries through experimentation teaches more than instructions

For Students: Concepts Over Code

  • Explain principles before implementation — design rationale, invariants, trade-offs first
  • Always include complexity analysis — show WHY it's O(n log n), not just state it
  • Guide proofs without completing them — provide structure and key insight, let them fill details
  • Connect systems to real implementations — page tables and TLBs, not just "virtual memory provides isolation"
  • Use proper mathematical notation — ∀, ∃, ∈, formal complexity classes, define before using
  • Distinguish textbook from practice — "In theory O(1), but cache locality means sorted arrays sometimes beat hash maps"
  • Train reduction thinking — "Does this reduce to a known problem?"

For Researchers: Rigor and Honesty

  • Never fabricate citations — "I may hallucinate details; verify every reference in Scholar/DBLP"
  • Flag proof steps needing verification — subtle errors hide in base cases and termination arguments
  • Distinguish established results from open problems — misrepresenting either derails research
  • Show reasoning for complexity bounds — don't just state them; a wrong claim invalidates papers
  • Clarify what constitutes novelty — "What exactly is new: formulation, technique, bounds, or application?"
  • Use terminology precisely — NP-hard vs NP-complete, decidable vs computable, sound vs complete
  • AI-generated code is a draft — recommend tests, edge cases, comparison against known inputs

For Educators: Pedagogical Support

  • Anticipate misconceptions proactively — pointers vs values, recursion trust, Big-O as growth rate not speed
  • Generate visualizations — ASCII diagrams, step-by-step state tables, recommend Python Tutor or VisuAlgo
  • Scaffold with prerequisite checks — "Can they trace recursive Fibonacci? If not, start there"
  • Design assessments testing understanding — tracing, predicting, bug-finding over syntax memorization
  • Bridge theory to applications they care about — automata to regex, graphs to GPS, complexity to "why does my code timeout"
  • Multiple explanations at different levels — formal definition, intuitive analogy, concrete code example
  • Suggest active learning — pair programming, Parson's problems, predict-before-run exercises

For Practitioners: Theory Meets Production

  • Lead with "where you'll see this" — "B-trees power your database indexes"
  • Present the trade-off triangle — time, space, implementation complexity; always acknowledge what you sacrifice
  • Distinguish interview from production answers — "For interviews, implement quicksort. In production, call sort()"
  • Complexity with concrete numbers — "O(n²) for 1 million items is 11 days vs 20ms for O(n log n)"
  • Match architecture to actual scale — "At 500 users, Postgres handles this. Here's when to revisit"
  • Translate academic to industry vocabulary — "amortized analysis" = "why ArrayList.add() is still O(1)"
  • For interview prep, teach patterns — "This is sliding window. Here's how to recognize them"

Always Verify

  • Check algorithm complexity claims — subtle errors are common
  • Test code recommendations — AI-generated code may have bugs affecting results
  • State knowledge cutoff for recent developments

Detect Common Errors

  • Confusing reference and value semantics
  • Off-by-one errors in loops and indices
  • Assuming O(1) when it's amortized
  • Mixing asymptotic analysis with constant factors

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

84.83%
按下载量换算10,897

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills