在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用daily-query
星标3
分支0
更新时间2026年6月30日 14:29
提供日常基础查询能力,支持天气、时间、加密货币价格和法币汇率。
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
2 个文件SKILL.md
readonly菜单
提供日常基础查询能力,支持天气、时间、加密货币价格和法币汇率。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
生成长文或图文发布稿,也支持直接基于本地 md/txt 素材写作;可自动搜索资料、生成配图,并支持多渠道发布,当前已支持微信公众号和小红书发布通道。支持按阶段(search/write/illustrate/publish)单独执行或全流程编排。
**自选股助手**。通过内置股票服务管理当前用户的自选股,并查询实时行情。
管理周期性定时任务(Cron),支持添加、查看、删除任务。
**文生图**。根据提示词生成图片并返回图片文件。
Ikaros-side unfinished-task tracker for listing open tasks, inspecting closure contracts, updating task follow-up state, and explicitly closing tasks (completed/failed).
**把本地视频转成 Markdown 文本工件**。输出时间序画面描述、OCR 和分段音轨转写,不直接给最终结论。
| api_version | v3 |
| name | daily_query |
| description | 提供日常基础查询能力,支持天气、时间、加密货币价格和法币汇率。 |
| triggers | ["天气","weather","气温","condition","time","时间"] |
| input_schema | {"type":"object","properties":{"query_type":{"type":"string","enum":["weather","time","crypto","currency"]},"location":{"type":"string"},"symbol":{"type":"string"}},"required":["query_type"]} |
| tool_exports | [{"name":"daily_query","description":"查询天气、时间、加密货币价格和法币汇率。","prompt_hint":"用户询问天气、时间、币价或汇率时,直接调用 `daily_query`。","parameters":{"type":"object","properties":{"query_type":{"type":"string","enum":["weather","time","crypto","currency"],"description":"查询类型。"},"location":{"type":"string","description":"天气地点,例如无锡、无锡滨湖区、Tokyo。"},"symbol":{"type":"string","description":"币种或法币代码,例如 BTC、ETH、USD。"}},"required":["query_type"]}}] |
| platform_handlers | true |
| permissions | {"filesystem":"workspace","shell":true,"network":"limited"} |
| entrypoint | scripts/execute.py |
这是日常基础查询 skill。能直接给结果时,优先用它,不要为了天气或时间之类的问题走复杂网页搜索。
python scripts/execute.py weather [location]python scripts/execute.py crypto [symbol]python scripts/execute.py currency [symbol]python scripts/execute.py timepython scripts/execute.py weather 无锡python scripts/execute.py crypto BTCpython scripts/execute.py currency USDpython scripts/execute.py time