Real Skill packageSource verifiedClawHub registry

yotta-skills

元阁 -- 元阁全家技能的总编排策划 + 编排路由 + 一键安装器 + 技能盘点。路由层:--route / route_request 按需求摘要给出候选组合、调用顺序、角色、置信度、依据、已装/缺失状态与安装命令,只建议不自动安装;非元阁家族已装技能按 frontmatter description 机械匹配作并列候选(标注来源与未扫描状态,只读不自动调用);策划层:按场景给出「该组合哪几个元技能、组合强在哪、怎么自动装+自动用」;安装层:一条命令把 YottaMeta 已发布的全部 yotta-* 技能装进指定智能体或目录;盘点层:--inventory / --reindex 扫描本机已装技能生成/更新注册表,新装技能自动被发现(install/update 后自动 re-index,会话开工可先跑 --reindex;自包含零依赖,不依赖任何元技能);MCP 按需加载(可选:list_installed_skills/describe_skill/reindex/route_request,不常驻,未加载降级 CLI)。支持 --list 清单 / --route 路由 / install / update /…

Identity and source

Publisher attributionGoN-Kvsregistry owner unverified by skillvetai
Functional categoryEmail, Calendar & Productivityautomatically inferred · 62% rule confidence
Package forminstruction with code25 recorded files
Canonical sourceClawHub registryclawhub:gon-kvs:yotta-skills
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 9/1/2026.claude/skills/yotta-skills

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 9/1/2026.agents/skills/yotta-skills

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 9/1/2026skills/yotta-skills

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @gon-kvs/yotta-skills
clawhub inspect @gon-kvs/yotta-skills --version 0.5.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
23 / 25 inspected as text
Checked
9/1/2026, 1:13:38 AM
Scanner
0.1.3
Policy
1.0.3
5 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
6 dependency and API indicators
  • api: agentskills.io
  • api: clawhub.ai
  • api: github.com
  • api: img.shields.io
  • api: registry.npmjs.org
  • api: www.npmjs.com
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/31/2026, 3:14:19 PM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:accd3ea1d05065de3e1daf6524589ace5e310329bb43c6689cc1b155f6dbe988
Show up to 25 recorded paths
  • assets/banner.png
  • bin/yotta-skills.js
  • CHANGELOG.md
  • install.sh
  • lib/route.js
  • lib/skills-scan.js
  • LICENSE
  • NOTICE
  • package.json
  • README.md
  • README.zh-CN.md
  • references/install-flow.md
  • references/orchestration.md
  • references/skill-list.md
  • references/tutorial.md
  • scripts/yotta-skills-mcp.py
  • skill-card.md
  • SKILL.md
  • skills.json
  • test/cli-inventory.test.js
  • test/helpers/fake-npm.js
  • test/mcp-e2e.test.js
  • test/route.test.js
  • test/skills-scan.test.js
  • test/yotta-skills.test.js

Source changelog

yotta-skills 0.5.0 - 路由层支持对“非元阁家族”已装技能:按 frontmatter description 机械匹配并纳入并列候选(标注来源与未扫描状态,仅建议不自动调用)。 - 文档多处完善,明确非元阁技能行为和路由处理边界。 - 删除 skill-card.md,保持文档简洁。 - 适配与指明已装技能的更多来源,注册表盘点与路由建议更清晰。 - 其余为文档微调与表现细节优化。