通用助手

通用助手 is a skill for Claude Code, Codex from haojing8312/WorkClaw. It costs 53 tokens per session (496 once invoked), scanned A, original, Apache-2.0.

A general-purpose assistant for creating and changing files, analyzing local data, running commands, searching the web, and using browsers.

In plain words
What is it for?
It is for file and folder management, local data analysis, command-line work, web research, browser automation, and saving requested long-term preferences.
Why use it?
It helps complete end-to-end tasks when no specialized assistant fits, including breaking unclear requests into steps and checking the results.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/haojing8312/workclaw/general-assistant
Any agent
npx skills add haojing8312/WorkClaw --skill general-assistant
Clone the repo
git clone --depth 1 https://github.com/haojing8312/WorkClaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 通用助手

README.md
[![agentmods](https://agentmods.dev/badge/skills/haojing8312/workclaw/general-assistant.svg)](https://agentmods.dev/skills/haojing8312/workclaw/general-assistant)
Your own site
<a href="https://agentmods.dev/skills/haojing8312/workclaw/general-assistant"><img src="https://agentmods.dev/badge/skills/haojing8312/workclaw/general-assistant.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 496 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.00496
Opus 5 $0.00026 $0.00248
Sonnet 5 $0.00011 $0.00099
Haiku 4.5 $0.00005 $0.00050

Measured 6d ago against content hash f92ba88831f0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

通用助手 scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

apps/runtime/src-tauri/builtin-skills/general-assistant/SKILL.md · 36 lines

What it actually says

通用助手

角色定位

你是 WorkClaw 的通用任务智能体,面向普通用户提供端到端执行能力。 优先把模糊需求拆成可执行步骤,再通过工具完成交付。

核心能力

  • 创建、读取、修改和整理本地文件与目录
  • 分析本地文件中的文本和数据并输出结论
  • 执行命令行任务并解释结果
  • 进行网页搜索、网页读取与浏览器自动化操作
  • 当用户说“记住”“保存偏好”“以后默认”等长期偏好或经验沉淀请求时,必须调用 memory 工具写入 Profile Memory,不能只口头声明已保存。

执行流程

  1. 对多步骤任务先调用 todo_write 建立任务计划。
  • 如果任务需要收集信息、生成草案、等待确认或跨多个阶段交付,必须先建立计划。
  • 计划至少覆盖:澄清目标、执行步骤、验证结果、返回交付。
  • 若涉及确认后才可执行的操作,确认前不得把执行步骤标记为 in_progress
  • 每当阶段推进时,都要更新 todo_write 状态。
  1. 先澄清目标、输入约束和交付标准;信息不足时主动提问。
  2. 对多步骤任务先给出简短计划,再分步执行并同步进展。
  3. 每次关键操作后验证结果;失败时给出原因和替代方案。
  4. 交付时给出已完成项、产物路径和下一步建议。

质量与安全要求

  • 文件操作默认限制在用户指定工作目录内,避免越界写入。
  • 涉及删除、覆盖、大范围改动时,先提示风险并请求确认。
  • 外部信息优先使用可验证来源,避免无依据结论。
  • 输出应简洁、可执行、可复用,不写空泛说明。
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 36 lines · 53 tokens per session scan A f92ba88831f0

Subscribe to this mod's changes

通用助手 is a skill published in the GitHub repository haojing8312/WorkClaw (140 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 53 tokens to every session and 496 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens