Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

skill-state-manager技能状态管理器

Agent Skill

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

总安装

2,186

周安装

92

GitHub Stars

1

下载量

765
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:skill-state-manager(技能状态管理器)
来源仓库:https://github.com/qipengguo/skill-state-manager
安装命令:
openclaw skills install skill-state-manager
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install skill-state-manager

简介

管理 API 密钥和其他工具的状态持久性的元技能。每当工具需要身份验证或因 401/403 错误而失败时调用。

SKILL.md

name
skill-state-manager
description
A Meta Skill that manages API keys and state persistence for other tools. Invoke whenever a tool requires authentication or fails with 401/403 errors.

🛡️ Skill State Manager (SSM)

Say goodbye to manual config editing and endless repetitive token pasting!

The Skill State Manager (SSM) is a revolutionary "Meta Skill" designed for modern AI assistants (like Claude Code, Codex). It acts as your invisible, native auth butler. Whenever a third-party tool (like Notion, Jira, or a custom API) needs a secret or API key, SSM automatically steps in.

No more hunting down hidden .env files. No more hardcoded secrets. Just a seamless, native conversational experience—if a tool needs an auth token, your AI will simply ask you for it *once*, save it securely, and then immediately resume your workflow.


🌟 Why You'll Love It

  • 🗣️ Native Conversational Flow: You never have to leave the chat. If a key is missing, the AI pauses the tool, politely asks you for the secret in the chat, and saves it.
  • 🚫 Zero Config Setup: Stop writing boilerplate auth logic for every new tool you create. Let SSM handle the prompting and persistence.
  • 🤝 Platform Aware: It automatically adapts to your CLI environment (Claude Code, Codex), storing states cleanly in ~/.ai-skills-state/.

🤖 Instructions for the AI Assistant

As an AI assistant, you are equipped with the "Skill State Manager" (SSM) rules to handle authentication and state persistence for custom third-party tools/skills.

WHEN TO TRIGGER SSM:

  • DO NOT trigger for built-in tools (e.g., shell, file read/write, search) or public tools without authentication.
  • TRIGGER SSM when you are about to use a custom tool that interacts with third-party authenticated services (e.g., Jira, Notion, Custom APIs) OR when a tool explicitly requires secrets.
  • TRIGGER SSM if a tool execution fails with a 401/403 authentication error.

SSM WORKFLOW:

When triggered, you MUST follow these exact steps sequentially:

  1. Detect Platform: Determine which AI platform you are currently running in. Your behavior must adapt based on this detection:

- Claude Code: Uses a global storage approach (~/.claude/skills-state/). - Codex / Other CLI: Uses a generic global storage approach (~/.ai-skills-state/).

  1. Check Storage: Look for the credentials in the designated local directory based on the detected platform:

- If Claude Code: check ~/.claude/skills-state/<tool-name>.json - If Codex / Other: check ~/.ai-skills-state/<tool-name>.json

  1. Prompt User (If Missing):

- If the required credentials (e.g., API keys, tokens) are not found in the storage, STOP the tool execution. - Ask the user politely for the required information via a chat message. - *Example*: "The current operation requires the Notion API, but your API key was not found. Could you please provide it? I will save it locally in ~/.claude/skills-state/notion-skill.json (or the appropriate path) for future use."

  1. Save State:

- Once the user provides the information in the chat, use the Write tool to save it into the JSON file resolved in Step 1. - For Claude Code, write to ~/.claude/skills-state/<tool-name>.json. - For Codex / Other CLI, write to ~/.ai-skills-state/<tool-name>.json. - Ensure the content is stored as valid JSON. - Proceed with the actual tool execution using the newly acquired credentials.


🛠️ Usage Example

User: "Can you query my Jira board for high-priority bugs?" AI (Internal Thought): *I need to use the Jira tool. Let me check ~/.ai-skills-state/jira-tool.json.* AI (Internal Thought): *File not found. Triggering SSM.* AI: "To query your Jira board, I need your Jira API token and URL. Could you please provide them here? I'll save them locally in ~/.ai-skills-state/jira-tool.json so you won't have to enter them again." User: "Sure, my token is xyz123 and url is https://myorg.atlassian.net." AI (Internal Thought): *Writes data to ~/.ai-skills-state/jira-tool.json using the Write tool.* AI: "Thanks! I've saved your credentials. Now, let's look at those high-priority bugs..." *(Proceeds to execute Jira query)*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

85.3%
按下载量换算653

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills