Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

skill-knowledge-work技能知识工作

Agent Skill

skill-knowledge-work 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

210

周安装

9

GitHub Stars

2,809

下载量

73
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:skill-knowledge-work(技能知识工作)
来源仓库:https://github.com/nyldn/claude-octopus
仓库路径:skills/skill-knowledge-work
安装命令:
npx skills add https://github.com/nyldn/claude-octopus --skill skill-knowledge-work
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/nyldn/claude-octopus --skill skill-knowledge-work

简介

skill-knowledge-work 用于查找、检索和筛选相关信息,适合在知识密集型任务中快速定位参考资料。

  • 支持基于关键词、主题或来源线索筛选内容,提升研究与分析效率。
  • 通过 npx skills add 命令从指定仓库安装,需确认仓库路径与访问权限。
  • 使用前建议核实维护状态,避免使用废弃或存在安全风险功能。
  • 注意是否触发联网或文件操作,确保符合本地安全策略。

SKILL.md

Knowledge Work Mode - Context Override Skill

Context Auto-Detection (v7.8+)

Claude Octopus now auto-detects work context! The system analyzes your prompt and project to determine whether you're in a Dev Context (code-focused) or Knowledge Context (research/strategy-focused).

You typically don't need this skill - context is detected automatically when you use:

  • octo research X - Auto-detects dev vs knowledge research
  • octo build X - Auto-detects code vs document building
  • octo review X - Auto-detects code vs document review

When to Use This Override

Use ONLY when auto-detection is wrong:

  • Auto-detection chose Dev but you want Knowledge behavior
  • Auto-detection chose Knowledge but you want Dev behavior
  • You want to force a specific context for the entire session

Override Commands

Force Knowledge Context

/octo:km on

All subsequent workflows will use Knowledge Context until reset.

Force Dev Context

/octo:km off

All subsequent workflows will use Dev Context until reset.

Return to Auto-Detection

/octo:km auto

Context detection returns to automatic mode.

Check Current Status

/octo:km

Shows current mode (auto, knowledge, or dev).

How Auto-Detection Works

When you use any octo workflow, context is detected by analyzing:

  1. Prompt Content (strongest signal):

- Knowledge indicators: "market", "ROI", "stakeholders", "strategy", "personas", "presentation", "report", "PRD" - Dev indicators: "API", "endpoint", "database", "implementation", "code", "function", "deploy"

  1. Project Type (secondary signal):

- Has package.json, Cargo.toml, go.mod → Dev Context - Mostly .md, .docx, .pdf files → Knowledge Context

  1. Explicit Override (if set via /octo:km):

- Overrides all auto-detection until reset to "auto"

Visual Indicator Shows Context

When workflows run, you'll see the detected context in the banner:

Dev Context:

🐙 **CLAUDE OCTOPUS ACTIVATED** - Multi-provider research mode
🔍 [Dev] Discover Phase: Technical research on caching patterns

Knowledge Context:

🐙 **CLAUDE OCTOPUS ACTIVATED** - Multi-provider research mode
🔍 [Knowledge] Discover Phase: Market analysis for APAC expansion

Examples of Auto-Detection in Action

Example 1: Technical Research (Auto → Dev)

User: "octo research caching strategies for our Node.js API"

Claude: (auto-detects Dev Context from "Node.js API")

🐙 **CLAUDE OCTOPUS ACTIVATED** - Multi-provider research mode
🔍 [Dev] Discover Phase: Technical research on caching strategies

[Researches with technical/implementation focus]

Example 2: Market Research (Auto → Knowledge)

User: "octo research market opportunities in healthcare AI"

Claude: (auto-detects Knowledge Context from "market opportunities")

🐙 **CLAUDE OCTOPUS ACTIVATED** - Multi-provider research mode
🔍 [Knowledge] Discover Phase: Strategic research on healthcare AI market

[Researches with business/strategic focus]

Example 3: Override When Auto Gets It Wrong

User: "octo research React patterns" Claude: (auto-detects Dev) 🔍 [Dev] Discover Phase...

User: "Actually, this is for a presentation. Force knowledge mode."

Claude: "Setting context override to Knowledge Mode."

/octo:km on

User: "octo research React patterns" Claude: (uses override) 🔍 [Knowledge] Discover Phase... (focuses on trends, adoption, strategic implications)

Example 4: Check Current Status

User: "What context mode am I in?"

Claude:

Current mode: Auto-detection (no override set)
Last detected context: Dev (based on project having package.json)

To override: /octo:km on (force Knowledge) or /octo:km off (force Dev)
To return to auto: /octo:km auto

What Changes Per Context

Dev Context 🔧

WorkflowFocus
octo research XTechnical implementation, libraries, code patterns
octo build XCode generation, architecture, tests
octo review XCode quality, security, performance
Agentscodex, backend-architect, code-reviewer, security-auditor

Knowledge Context 🎓

WorkflowFocus
octo research XMarket analysis, competitive research, literature synthesis
octo build XPRDs, strategy docs, presentations, reports
octo review XDocument quality, argument strength, completeness
Agentsstrategy-analyst, ux-researcher, exec-communicator, product-writer

Document Delivery 📄

After running knowledge workflows, export to professional formats:

  • DOCX - Word documents for reports, business cases
  • PPTX - PowerPoint presentations for stakeholder decks
  • XLSX - Excel spreadsheets for data analysis

Just say: "Export this to Word" or "Create a PowerPoint presentation"

Override Command Reference

CommandDescription
/octo:kmShow current status (auto, on, or off)
/octo:km onForce Knowledge Context for all workflows
/octo:km offForce Dev Context for all workflows
/octo:km autoReturn to auto-detection (default)

When NOT to Use Override

Don't override if:

  • Auto-detection is working correctly
  • You're doing mixed work (let each prompt be detected individually)
  • You just want to see what context was detected (check the banner)

Override is for:

  • Forcing a specific context for an entire session
  • Correcting persistent misdetection
  • Specific use cases where you know better than auto-detect

Cross-Task Learnings

At the end of significant work sessions, extract learnings:

  1. What task type was this? (debugging, implementation, research, review)
  2. What approach worked? What failed?
  3. What would you do differently next time?

Store learnings in .claude-octopus/learnings/<date>-<summary>.json:

{
  "date": "2026-03-21",
  "task_type": "debugging",
  "approach": "Traced the error from the test failure back to the API handler",
  "outcome": "success",
  "lesson": "Always check middleware ordering before investigating handler logic"
}

Each learning file captures: task_type, approach, outcome, and lesson.

Session Start: Relevance Matching

At session start, check for relevant learnings:

  • Read .claude-octopus/learnings/ directory
  • Match by task type and file patterns relevant to the current work
  • Inject top 3 most relevant learnings as context (within ~5% token budget)
  • Prefer recent learnings; deprioritize those older than 30 days

Budget Controls

  • Maximum 5 learnings extracted per session (prevents runaway writes)
  • Maximum 50 learning files retained (oldest pruned automatically)
  • Relevance injection capped at 3 learnings and ~5% of available token budget
  • Learning files are lightweight JSON (~200 bytes each)

Related Skills

  • /octo:discover - Research workflow (auto-detects context)
  • /octo:develop - Build workflow (auto-detects context)
  • /octo:deliver - Review workflow (auto-detects context)
  • /octo:docs - Document export (works in both contexts)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.12%
按下载量换算24

Claude

29.83%
按下载量换算22

Cursor

20.22%
按下载量换算15

Gemini CLI

9.96%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills