Real Skill packageSource verifiedClawHub registry

ima-skill

统一的 IMA OpenAPI 技能,支持笔记管理和知识库操作。 当用户提到知识库、资料库、笔记、备忘录、记事,或者想要上传文件、添加网页到知识库、 搜索知识库内容、搜索/浏览/创建/编辑笔记时,使用此 skill。 即使用户没有明确说"知识库"或"笔记",只要意图涉及文件上传到知识库、网页收藏、 知识搜索、个人文档存取(如"帮我记一下"、"搜一下知识库里有没有XX"),也应触发此 skill。

Identity and source

Publisher attributionzuoyunlairegistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 55% rule confidence
Package forminstruction with code10 recorded files
Canonical sourceClawHub registryclawhub:zuoyunlai:ima-skill
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 · 8/14/2026.claude/skills/ima-skill

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 · 8/14/2026.agents/skills/ima-skill

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 · 8/14/2026skills/ima-skill

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 @zuoyunlai/ima-skill
clawhub inspect @zuoyunlai/ima-skill --version 1.0.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
10 / 10 inspected as text
Checked
8/14/2026, 10:21:13 AM
Scanner
0.1.3
Policy
1.0.3
5 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • external write action — automatically inferred
6 dependency and API indicators
  • api: clawhub.ai
  • api: cloud.tencent.com
  • api: ima.qq.com
  • api: mp.weixin.qq.com
  • api: www.bilibili.com
  • api: www.youtube.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/14/2026, 9:20:42 AM
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:7fe6eb92876711fb1d2bbd32686b6cad5a31a8ff75b43be082275131efc0d742
Show up to 10 recorded paths
  • ima_api.cjs
  • knowledge-base/references/api.md
  • knowledge-base/scripts/cos-upload.cjs
  • knowledge-base/scripts/preflight-check.cjs
  • knowledge-base/SKILL.md
  • meta.json
  • notes/references/api.md
  • notes/SKILL.md
  • skill-card.md
  • SKILL.md

Source changelog

ima-skill 1.0.0 - Initial release of a unified IMA OpenAPI skill supporting notes management and knowledge-base operations. - Automatically routes user requests involving notes, knowledge base, file uploads, or content search to the appropriate module. - Enforces strict UTF-8 encoding for note content and handles file upload integrity; unsupported file types are clearly rejected. - Requires user-provided IMA OpenAPI credentials (Client ID and API Key) for all API interactions, with clear setup guidance. - Robust error handling distinguishes script execution issues from backend business logic errors, providing actionable messages. - Supports automatic skill update checks and clear cross-module routing for complex user intents.