← Back to Skills Marketplace
Self Assessment
by
EvianEvans
· GitHub ↗
· v1.0.0
· MIT-0
120
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install self-assessment
Description
接受任务前的自我评估协议。Agent 审视自身能力、已有 skills、历史经验,决定是否适合承接任务,或推荐更合适的 agent。
Usage Guidance
This skill is mostly coherent with its stated purpose (self-evaluation) but includes instructions that let the agent read and update internal files and to search for and install new skills automatically. Before installing: (1) confirm you are comfortable with the agent reading MEMORY.md, memory logs, and IDENTITY.md (these may contain sensitive data); (2) verify whether the agent is allowed to autonomously install other skills — prefer requiring explicit user approval before any installation; (3) inspect and trust the 'find-skills' skill and any skill sources it will pull from (SkillHub/ClawHub); (4) consider restricting write permission to IDENTITY.md or requiring human review of any changes; and (5) monitor any subsequent installs. If you cannot accept autonomous installs or file writes, do not enable this skill or modify its instructions to remove automatic installation steps.
Capability Analysis
Type: OpenClaw Skill
Name: self-assessment
Version: 1.0.0
The 'self-assessment' skill defines a procedural workflow for an AI agent to evaluate its suitability for tasks by inspecting internal files such as IDENTITY.md and MEMORY.md. While SKILL.md instructs the agent to autonomously search for and install missing skills if a gap is identified, this behavior is aligned with the stated purpose of agent self-improvement within the OpenClaw ecosystem and lacks any indicators of malicious intent, data exfiltration, or unauthorized system access.
Capability Assessment
Purpose & Capability
The name/description (agent self-assessment) aligns with most required actions (inspect identity, skills, and memory). However, the protocol's explicit instruction to search for and automatically install missing skills into workspace/skills/ is more than a passive assessment and expands the skill's effective capabilities (it becomes an installer/orchestrator as well). That is plausible but worth noting as an elevated capability.
Instruction Scope
SKILL.md instructs the agent to read IDENTITY.md, MEMORY.md, workspace/skills/, global skills, and memory/ logs, and to update IDENTITY.md after tasks. It also directs using a 'find-skills' skill to search external hubs and attempt to install new skills into the agent's workspace. These instructions give the skill broad read/write access to agent-local files and the ability to pull and install external code — scope creep that can expose sensitive data (memory logs) and allow arbitrary code to be added.
Install Mechanism
This is an instruction-only skill with no install spec or bundled code, so it does not itself download or install files. The install risk instead comes from the instructions that tell the agent to call a separate 'find-skills' installer; that external install behavior is not part of this package but is recommended by the skill.
Credentials
The skill requests no environment variables, no credentials, and no configuration paths in its metadata. The SKILL.md nevertheless asks to read internal files (IDENTITY.md, MEMORY.md, memory/) which is consistent with self-assessment but could expose sensitive data stored in those files. No unrelated secrets are requested.
Persistence & Privilege
The skill does not set always:true and is not inherently persistent. However, it instructs the agent to install other skills into workspace/skills/ and to update IDENTITY.md, which changes the agent's persistent state. That capability raises privilege concerns because it can expand the agent's toolset without an explicit human check.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install self-assessment - After installation, invoke the skill by name or use
/self-assessment - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Agent 自我评估协议。任务分配前的能力盘点和双向选择机制。适用于任何多Agent系统。
Metadata
Frequently Asked Questions
What is Self Assessment?
接受任务前的自我评估协议。Agent 审视自身能力、已有 skills、历史经验,决定是否适合承接任务,或推荐更合适的 agent。 It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.
How do I install Self Assessment?
Run "/install self-assessment" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Self Assessment free?
Yes, Self Assessment is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Self Assessment support?
Self Assessment is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Self Assessment?
It is built and maintained by EvianEvans (@evianevans); the current version is v1.0.0.
More Skills