← 返回 Skills 市场
241
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install ttpos-agent
功能描述
通过 ttpos-agent API 查询 TTPOS 餐饮系统营业数据,生成报表。使用前必须访问 GET /api/v1/query/guide 获取数据查询指南。Use when: 今日营业额、订单统计、支付方式、菜品排行、会员分析、班次汇总、时段分析等。NOT for: 与 TTPOS 数据无关的问题。
安全使用建议
This skill is internally consistent (it needs one API key to query TTPOS), but it will construct and execute arbitrary SQL on a remote service (https://claw.doge6.com) whose source/homepage is not provided. Before installing: 1) Verify the backend service and vendor (do you trust claw.doge6.com and the owner?) and prefer an official homepage or source. 2) Only supply an API key that is scoped with least privilege (read-only, limited companies/tenants, short TTL) — do not use high-privilege or cloud-wide credentials. 3) Expect the skill can query any tables the API permits; avoid putting sensitive cross-tenant keys into the skill. 4) Ask the vendor whether the API logs queries and who can access the results; rotate the key if unsure. 5) Consider testing in a non-production tenant first. If you need help verifying vendor origin or how to limit key scope, get that information before enabling the skill.
功能分析
Type: OpenClaw Skill
Name: ttpos-agent
Version: 1.0.1
The skill implements a 'SQL-as-a-Service' pattern, instructing the AI agent to generate and execute raw SQL queries against a remote API endpoint (https://claw.doge6.com/api/v1/query/execute). While this aligns with the stated purpose of querying TTPOS catering data, providing an agent with raw SQL execution capabilities is a high-risk design that could be exploited via prompt injection to perform unauthorized data access. No evidence of intentional malice, such as exfiltrating local credentials or environment variables, was found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description say it queries TTPOS via the ttpos-agent API and the only required secret is LIGHT_BRIDGE_API_KEY — this aligns with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to fetch a guide, list companies, construct SQL based on that guide, and POST arbitrary SQL to /api/v1/query/execute. That is coherent for a query/reporting tool, but giving the skill ability to compose and execute arbitrary SQL remotely increases data-exfiltration risk; the guidance to suppress raw field names and translate enumerations reduces transparency/auditability of returned results.
Install Mechanism
Instruction-only skill with no install step or downloaded code — minimal installation risk.
Credentials
Only LIGHT_BRIDGE_API_KEY is required (plus an optional LIGHT_BRIDGE_URL). That is proportionate to a remote-API query skill. However, the single API key grants whatever access the backend exposes; there is no indication of recommended least-privilege scopes or limits.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent elevated privileges or modify other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ttpos-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/ttpos-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
ttpos-agent 1.0.1
- No file changes detected in this version.
- No modifications made to documentation or code.
- Functionality and usage remain unchanged from previous version.
v1.0.0
- Initial release of ttpos-agent skill for querying TTPOS餐饮系统营业数据.
- Requires setup of LIGHT_BRIDGE_API_KEY environment variable before use.
- Enforces mandatory API guide retrieval before constructing queries to avoid errors.
- Provides workflows and best practices for report generation, result summarization, and data translation.
- Includes strict rules: always use recommended statistics tables, proper time fields, and display monetary values with correct currency and rounding.
- Handles authentication failures with clear user instruction.
元数据
常见问题
TTPOS Agent 是什么?
通过 ttpos-agent API 查询 TTPOS 餐饮系统营业数据,生成报表。使用前必须访问 GET /api/v1/query/guide 获取数据查询指南。Use when: 今日营业额、订单统计、支付方式、菜品排行、会员分析、班次汇总、时段分析等。NOT for: 与 TTPOS 数据无关的问题。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 241 次。
如何安装 TTPOS Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ttpos-agent」即可一键安装,无需额外配置。
TTPOS Agent 是免费的吗?
是的,TTPOS Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TTPOS Agent 支持哪些平台?
TTPOS Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TTPOS Agent?
由 BenDaye(@bendaye)开发并维护,当前版本 v1.0.1。
推荐 Skills