← 返回 Skills 市场
330
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install miaomiao-ai
功能描述
调用秒秒AI多能力智能体,支持聊天、天气、新闻、快递、图像生成、搜索、总结、图表、地图、车票查询等功能。Invoke when user needs AI assistant with multiple practical functions or mentions related keywords.
安全使用建议
What you should check before installing or using this skill:
- Environment variables: The documentation (SKILL.md/README) and the code disagree. The SDK expects MIAOMIAO_APP_CODE and MIAOMIAO_API_KEY, but examples/docs show LINKAI_APP_CODE and LINKAI_API_KEY. Confirm which names you must set in your .env and set both names if unsure (or inspect miaomiao_client.py). If you don't set the expected vars the client will raise an error.
- Credentials and scope: The client will send Authorization: Bearer <API_KEY> to api.link-ai.tech (or another host if you override MIAOMIAO_API_URL). Only use an API key that is scoped for this service; do not reuse high-privilege or long-lived credentials you care about.
- Endpoint sanity: By default api_url is api.link-ai.tech. If you plan to change MIAOMIAO_API_URL, be careful — pointing it to an arbitrary host would send your API key there. Do not set that to unknown or untrusted servers.
- Functional testing: Run the examples in an isolated/test environment first (use a test API key or rate-limited account). Confirm behavior matches expectations and that the skill does not try to read other local secrets.
- Ask for clarification or fix: The mismatched env var names and branding (Link‑AI vs MiaoMiao/秒秒) looks like a packaging/documentation error. Consider asking the maintainer to fix SKILL.md/README and registry metadata to explicitly declare required env vars and their names.
- If you are risk-averse: do not provide production API keys until you confirm which env vars the code reads and that the endpoint is legitimate. If possible, create a limited test API key on the provider before use.
功能分析
Type: OpenClaw Skill
Name: miaomiao-ai
Version: 1.0.0
The skill bundle is a standard API wrapper for the Link-AI platform (api.link-ai.tech), providing various AI-driven functions like weather, news, and image generation. The code in miaomiao_client.py and examples.py follows standard practices for HTTP communication and environment variable management without any evidence of data exfiltration, malicious execution, or harmful prompt injection instructions.
能力评估
Purpose & Capability
The code (miaomiao_client.py) implements a client that POSTs to an LLM-like API (api.link-ai.tech) and provides the multi-capability features listed in SKILL.md/README (chat, weather, images, search, etc.). That functionality is coherent with the skill's name and description. However, branding and environment-var names are inconsistent across files (LINKAI_* vs MIAOMIAO_*), and the registry metadata lists no required env vars even though the code requires credentials.
Instruction Scope
SKILL.md/README instructs creating a .env and setting LINKAI_APP_CODE and LINKAI_API_KEY (or in SKILL.md it only mentions LINKAI_API_KEY), while the actual SDK expects MIAOMIAO_APP_CODE and MIAOMIAO_API_KEY (and will raise if app_code or api_key are missing). This mismatch means the runtime instructions do not reliably reflect what the code will read; the instructions themselves do not attempt to access unrelated system files, but their inaccuracies are a scope/confusion risk.
Install Mechanism
There is no install spec in the registry (instruction-only skill with bundled Python files). The README asks the user to pip install python-dotenv, which is reasonable. No downloads from untrusted URLs or archive extraction are present.
Credentials
The registry metadata claims no required environment variables, but the runtime SDK requires an API key (MIAOMIAO_API_KEY) and an app code (MIAOMIAO_APP_CODE, defaulting to 'ZQmQHAXf'). Documentation alternately references LINKAI_* names. This inconsistency is disproportionate to the stated metadata and could lead to accidental use of the wrong credential names or accidental exposure of real credentials. The client sends an Authorization: Bearer <api_key> to api.link-ai.tech — expected, but users should be aware network requests include that secret.
Persistence & Privilege
The skill is not always-enabled; it is user-invocable and allows autonomous invocation (platform default). It does not request any system-wide config paths or attempt to persist or modify other skills. No elevated persistence is requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install miaomiao-ai - 安装完成后,直接呼叫该 Skill 的名称或使用
/miaomiao-ai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
name: "秒秒AI助理"
description: "调用秒秒AI多能力智能体,支持聊天、天气、新闻、快递、图像生成、搜索、总结、图表、地图、车票查询等功能。Invoke when user needs AI assistant with multiple practical functions or mentions related keywords."
---
# 秒秒AI助理 多能力智能体技能
## 功能说明
本技能提供丰富的AI能力集合,通过意图识别自动触发对应功能:
- 智能聊天对话
- 天气查询
- 新闻早报
- 快递查询
- 图像生成
- 网页搜索
- 内容总结
- 可视化图表生成
- 地图查询
- 12306车票查询
## 配置要求
1. 在项目根目录创建`.env`文件
2. 配置以下环境变量:
- `LINKAI_API_KEY`: 你的Link-AI API密钥
元数据
常见问题
秒秒AI助理 是什么?
调用秒秒AI多能力智能体,支持聊天、天气、新闻、快递、图像生成、搜索、总结、图表、地图、车票查询等功能。Invoke when user needs AI assistant with multiple practical functions or mentions related keywords. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 330 次。
如何安装 秒秒AI助理?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install miaomiao-ai」即可一键安装,无需额外配置。
秒秒AI助理 是免费的吗?
是的,秒秒AI助理 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
秒秒AI助理 支持哪些平台?
秒秒AI助理 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 秒秒AI助理?
由 agleameal(@agleameal)开发并维护,当前版本 v1.0.0。
推荐 Skills