Skill | Added | Review |
|---|---|---|
teamskill-creator jiuwenclaw/jiuwenclaw/resources/agent/jiuwenclaw_workspace/skills/teamskill-creator/SKILL.md Creates, converts, or modifies Teamskills — the multi-role extension of the Skills standard (specialized roles + workflow + bind constraints). Use when the user wants to author a multi-role agent team, convert a single-agent skill into one, or refactor an existing team. Do NOT use for single-agent Skills — use create-skill instead. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4fd5cfc | |
skvm-jit jiuwenclaw/jiuwenclaw/resources/agent/jiuwenclaw_workspace/skills/skvm-jit/SKILL.md Trigger `skvm jit-optimize` with post-task evidence so it generates a reviewable optimization proposal for a skill. Use after finishing a task that was driven by any skill (not just SkVM-compiled ones) when the outcome was a failure, was partial, or the skill's instructions clearly caused confusion or an unnecessary detour. Clean successful runs usually do not need an optimization pass. For general skvm usage (profile/aot-compile/bench/proposals), use the sibling `skvm-general` skill instead. | 72 72 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: 4fd5cfc | |
skill-gen-4-enterprise-doc jiuwenclaw/jiuwenclaw/resources/agent/jiuwenclaw_workspace/skills/skill-gen-4-enterprise-doc/SKILL.md Turn SOPs, URLs, or stated intent into an installed skill package. Use when the user asks to generate a skill from a document, link, or workflow. Follow SKILL.md, reference/sop-structure-pipeline.md, and reference/generator-worker-spec.md; finish by promoting the draft into the runtime skills directory (see reference/operator-playbook.md) in the same turn. | 63 63 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Reviewed: Version: 4fd5cfc | |
openJiuwen-DeepSearch jiuwenclaw/jiuwenclaw/resources/agent/jiuwenclaw_workspace/skills/openJiuwen-DeepSearch/SKILL.md 知识增强型深度检索与深度研究,支持查询规划、信息收集、理解反思、研究报告生成等多 Agent 协同。使用场景:金融分析研报、学术与政策研究、企业级深度搜索等复杂推理任务,可以生成Markdown、Doc和Html格式的研究报告。**每次使用该技能之前都先完整阅读一遍SKILL.md学习技能。** | — | |
llm-wiki jiuwenclaw/jiuwenclaw/resources/agent/jiuwenclaw_workspace/skills/llm-wiki/SKILL.md Build and maintain a persistent knowledge base (LLM Wiki) using native backend tools. Supports ingesting PDFs, Markdown, and TXT files, and querying or linting the data. Use this whenever the user wants to add, retrieve, or manage their own local knowledge base and documents. | 76 76 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4fd5cfc | |
doc-update jiuwenclaw/jiuwenclaw/resources/agent/jiuwenclaw_workspace/skills/doc-update/SKILL.md 以源码为唯一事实来源,系统性核对并更新项目文档,确保内容与实现一致、多语言文档 1:1 对齐、结构完整。 | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4fd5cfc | |
deepep-to-cam-converter jiuwenclaw/jiuwenclaw/resources/agent/jiuwenclaw_workspace/skills/deepep-to-cam-converter/SKILL.md 识别代码中可替换为CAM算子的DeepEP算子,基于实际运行参数校验约束,自动完成通信域转换(NCCL->HCCL)、设备适配(CUDA->NPU)及算子替换。 | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4fd5cfc | |
cross-channel-history-retrieval jiuwenclaw/jiuwenclaw/resources/agent/jiuwenclaw_workspace/skills/cross-channel-history-retrieval/SKILL.md 跨会话检索聊天原文(记忆不足时再用)。在回答任何关于历史事件、日期、人物、过去对话的问题时,如果记忆中没有相关信息或不足以回答,则需要使用跨会话检索聊天原文。用 mcp_exec_command 执行 scripts/search_history.py,读 ~/.jiuwenclaw/agent/sessions/*/history.json。支持 channel、session_id、关键词、时间窗。如果搜索结果不足,尝试用不同的关键词再次搜索。 | 79 79 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Reviewed: Version: 4fd5cfc | |
ascend-moe-optimizer-trace-analyzer jiuwenclaw/jiuwenclaw/resources/agent/jiuwenclaw_workspace/skills/ascend-moe-optimizer-trace-analyzer/SKILL.md 在用户提供 Chrome/Perfetto trace.json、或排查 Ascend 上 MoE/FusedDeepMoe 等算子性能时使用。按 phase、category、core group、tid 统计耗时、overlap、bubble,输出 CSV、Markdown 报告与确定性诊断;可选外部 LLM 扩写分析。默认 phase 映射面向 UMDK FusedDeepMoe,其它 trace 需替换或扩展 config/phase_map.yaml。 | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 4fd5cfc | |
akg-agents jiuwenclaw/jiuwenclaw/resources/agent/jiuwenclaw_workspace/skills/akg-agents/SKILL.md 代理执行 AKG 算子任务。先检查固定仓库与分支;若 `~/.akg/check_env.md` 不存在则强制 `FULL_SETUP=true`;忽略所有 `akg_cli` 检查和使用;后端代码生成直接执行 `run_workflow.py --workflow kernelgen`。 | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 4fd5cfc | |
advanced-daily-report jiuwenclaw/jiuwenclaw/resources/agent/jiuwenclaw_workspace/skills/advanced-daily-report/SKILL.md 进阶版日报生成器,支持多数据源采集、工作分析、趋势对比、周报月报聚合 | 55 55 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 4fd5cfc | |
my-custom-skill agentsociety/packages/agentsociety2/agentsociety2/custom/skills/examples/my-custom-skill/SKILL.md Example custom agent skill — a template to get started. | 33 33 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4fd5cfc | |
plan agentsociety/packages/agentsociety2/agentsociety2/agent/skills/plan/SKILL.md Execute intentions through the environment. | 46 46 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4fd5cfc | |
observation agentsociety/packages/agentsociety2/agentsociety2/agent/skills/observation/SKILL.md Fetch the current world observation for this tick. | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4fd5cfc | |
memory agentsociety/packages/agentsociety2/agentsociety2/agent/skills/memory/SKILL.md Persist important outcomes from this step to long-term storage with automatic forgetting curve. | 54 54 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: 4fd5cfc | |
cognition agentsociety/packages/agentsociety2/agentsociety2/agent/skills/cognition/SKILL.md Produce emotion.json and intention.json from workspace context. | 56 56 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: 4fd5cfc | |
youth.communicate agentsociety/custom/skills/youth.communicate/SKILL.md Communicate with youth in a patient supportive way. | — | |
writing.hand agentsociety/custom/skills/writing.hand/SKILL.md Write something by hand with care and attention. | — | |
writing.feedback agentsociety/custom/skills/writing.feedback/SKILL.md Give clear feedback on a piece of writing. | — | |
vegetable.source agentsociety/custom/skills/vegetable.source/SKILL.md Source vegetables and practical food supplies. | — | |
story.localpast agentsociety/custom/skills/story.localpast/SKILL.md Share a story from the local past. | — | |
social.reply agentsociety/custom/skills/social.reply/SKILL.md Reply to a recent direct or group message without inventing unrelated movement. | — | |
social.matchmake agentsociety/custom/skills/social.matchmake/SKILL.md Connect two people who may help each other. | — | |
sketch.draw agentsociety/custom/skills/sketch.draw/SKILL.md Draw or sketch a quiet observation. | — | |
script.automate agentsociety/custom/skills/script.automate/SKILL.md Automate a small repetitive computer task. | — |