个人SKILL

v1.0.2

Golang 开发 SKILL 集合。包含日志规范(SKILL-logging.md)和项目代码梳理与 API 流程分析(SKILL-flow-analysis.md)。 适用于 zhaocaijianghu-skills 项目中所有 Golang 开发场景,包括 MCP 客户端、后端服务、数据处理等。

0· 53·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Golang logging and flow-analysis for MCP clients and backend) align with the content: logging guidelines, MCP call patterns, and reading project config are appropriate for this purpose. There are no unrelated credentials, binaries, or external tooling requested.
Instruction Scope
SKILL.md and the two documents instruct the agent/developer to read repository files (e.g., mcp-config.json and references/tools/*) and to follow a fixed logging format. Reading project config and interface docs is coherent for code/flow analysis, but those instructions do require access to repository files outside the skill folder—verify that those files do not contain sensitive secrets you don't want read.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials. It references reading a local mcp-config.json for service URLs (expected for MCP client code). No unrelated secrets or cloud credentials are requested.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent privileges or modify other skills or global agent settings.
Assessment
This skill is internally consistent for Golang/MCP development: it directs you to read project config files and follow a specific xlogging pattern and call MCP endpoints from the configured URL. Before installing/using it, check the referenced mcp-config.json and references/tools/* files in your repository to ensure they don't contain sensitive credentials or tokens you don't want the agent to read. The skill will not itself download or run code, but any agent using these instructions will access repository files and may make network calls to the configured MCP service—ensure those endpoints and configs are intended for development/testing and that logging rules (avoid printing tokens) are followed.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ct70vttrn087rtbbzcet93584fbhm

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments