BC telegram-toolkit-free
面向独立开发者与AI Agent的Telegram Bot工作流设计工具免费版。聚焦命令优先的机器人交互设计、更新处理(webhook或长轮询)、HTTP请求模板与安全配置,提供生产可用的命令路由规范与更新归一化处理模式,帮助用户快速构建专业、可靠的Telegram机器人。Use
面向独立开发者与AI Agent的Telegram Bot工作流设计工具免费版。聚焦命令优先的机器人交互设计、更新处理(webhook或长轮询)、HTTP请求模板与安全配置,提供生产可用的命令路由规范与更新归一化处理模式,帮助用户快速构建专业、可靠的Telegram机器人。Use
As a process C 56/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 7
✓ No critical or high findings
Medium and low: 7
-
low Exfiltration
exfil-webhook-urlSKILL.md:110Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)curl -X POST "https://api.telegram.org/bot${TG_BOT_TOKEN}/setWebhook" \placeholder -
low Exfiltration
net-credential-useSKILL.md:110Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -X POST "https://api.telegram.org/bot${TG_BOT_TOKEN}/setWebhook" \vendor-host -
low Exfiltration
exfil-webhook-urlSKILL.md:122Webhook / callback URL commonly used for exfiltration (verify the destination) (the skill's own vendor host; quoted — discussed, not commanded)API = f"https://api.telegram.org/bot{TOKEN}"vendor-hostquoted -
low Exfiltration
exfil-webhook-urlSKILL.md:153Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)curl -X POST "https://api.telegram.org/bot${TG_BOT_TOKEN}/setWebhook" \placeholder -
low Exfiltration
net-credential-useSKILL.md:153Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -X POST "https://api.telegram.org/bot${TG_BOT_TOKEN}/setWebhook" \vendor-host -
low Exfiltration
exfil-webhook-urlSKILL.md:166Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)curl -X POST "https://api.telegram.org/bot${TG_BOT_TOKEN}/setMyCommands" \placeholder -
low Exfiltration
net-credential-useSKILL.md:166Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -X POST "https://api.telegram.org/bot${TG_BOT_TOKEN}/setMyCommands" \vendor-host
Files scanned: 2. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
frontmatter-yamlSKILL.md: the frontmatter is not valid YAML (YAML parse error: Map keys must be unique at line 22, column 1: suggested_price: "9.9 CNY/per_use" tools: ["read", "write", "exec"] ^ ); fields were read line by line. The usual cause is a colon inside an unquoted value - note
frontmatter-keyunknown frontmatter key "slug" - note
frontmatter-keyunknown frontmatter key "displayName" - note
frontmatter-keyunknown frontmatter key "summary" - note
frontmatter-keyunknown frontmatter key "edition" - note
frontmatter-keyunknown frontmatter key "tools" - note
frontmatter-keyunknown frontmatter key "homepage" - note
frontmatter-keyunknown frontmatter key "pricing_tier" - note
frontmatter-keyunknown frontmatter key "pricing_model" - note
frontmatter-keyunknown frontmatter key "suggested_price"
Process rating: all ten parameters 56/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 3 mutating operations with no state check
- 50Failures and branches. 0 branches, has a failure section
- 100Tools and files. Tools declared in frontmatter
- 100Steps. 17 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1835 tokens
- low 11 top-level sections: this looks like several domains in one skill
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +2Single-language instructions
- +3Description length 140: enough signal without eating the budget
- +4Structure: 40 headings
- +3Step-by-step instructions: 17 items
- +4Has examples (9 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 72.