← 返回 Skills 市场
asabovetech

Pocket AI Integration

作者 asabovetech · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
798
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pocket-ai
功能描述
Transcribe, index, and semantically search all voice recordings, extracting action items and meeting insights for comprehensive conversation intelligence.
安全使用建议
Before installing: (1) Verify provenance — confirm the author's repo/homepage and that https://public.heypocketai.com and related domains are legitimate and match the Pocket AI product you expect. (2) Understand and control the API key: the skill reads ~/.config/pocket-ai/api_key (this was not declared in registry metadata) — keep a dedicated, least-privilege key for this integration and inspect file contents. (3) Audit the included code (pocket_api.py and search.sh) yourself — they make HTTP calls and will send transcripts/searches to the remote API. (4) Consider information flow: the docs encourage posting decisions/action-items to channels and integrating with agent heartbeats; ensure those downstream channels/systems are safe for meeting content. (5) If unsure, test in a sandboxed environment or review network traffic (or create a throwaway API key) before connecting sensitive recordings.
功能分析
Type: OpenClaw Skill Name: pocket-ai Version: 1.0.1 The skill bundle provides legitimate integration with the Pocket AI service. However, the `search.sh` helper script contains a shell injection vulnerability. It directly inserts user-provided input (`$1` or `$QUERY`) into the `curl -d` argument without proper JSON or shell escaping, which could allow for arbitrary `curl` argument injection or command execution if a malicious string is passed as a query. All network communication is directed to the documented `public.heypocketai.com` endpoint, and there is no evidence of intentional data exfiltration or malicious prompt injection against the AI agent.
能力评估
Purpose & Capability
The skill's purpose (transcribe/index/search Pocket AI recordings) matches the code and SKILL.md: pocket_api.py and search.sh call a remote API (https://public.heypocketai.com). However the registry metadata declares no required credentials or config paths while SKILL.md, README.md, and the code all expect a local API key stored at ~/.config/pocket-ai/api_key. The manifest also references external sites (asabove.tech, github repo) and the API uses heypocket*/pocket-ai domains — inconsistent provenance information.
Instruction Scope
Runtime instructions explicitly tell the agent to read a local file (~/.config/pocket-ai/api_key) and to send search queries to the Pocket AI API. The instructions also recommend posting decisions/action-items into channels (e.g., #operations) and integrating with agent heartbeats and scheduling; those integrations could cause sensitive meeting content to be forwarded to other systems. The skill does not instruct broad system reads beyond the API key file.
Install Mechanism
No install spec is present (instruction + small code files). No external downloads or install scripts are invoked. This is lower-risk from an installation perspective, but included code will run network requests when used.
Credentials
The package metadata/registry lists no required env vars, but SKILL.md and the code expect an API key stored in ~/.config/pocket-ai/api_key. That config path requirement was not declared in the registry metadata. The skill will therefore access a local secret file (the API key) — this is expected for the stated purpose, but the omission in the declared requirements is an incoherence you should verify.
Persistence & Privilege
The skill does not request permanent 'always' inclusion, does not modify other skills, and contains no installation that persists beyond copying files. Autonomous invocation is permitted (platform default) but not combined with other high-risk privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pocket-ai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pocket-ai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Turn voice recordings into actionable intelligence. Semantic search, action items, meeting context.
v1.0.0
- Initial release of Pocket AI Skill. - Enables voice recording transcription, semantic search, and meeting intelligence using a wearable device. - Provides endpoints for searching transcripts, extracting action items, listing recordings/tags, and downloading audio. - Includes sample queries for contact context, decisions, action items, personal insights, and meeting summaries. - Outlines integration points for daily briefings, scheduling, task management, and operations notifications. - Highlights robust privacy and security practices for all user data.
元数据
Slug pocket-ai
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Pocket AI Integration 是什么?

Transcribe, index, and semantically search all voice recordings, extracting action items and meeting insights for comprehensive conversation intelligence. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 798 次。

如何安装 Pocket AI Integration?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pocket-ai」即可一键安装,无需额外配置。

Pocket AI Integration 是免费的吗?

是的,Pocket AI Integration 完全免费(开源免费),可自由下载、安装和使用。

Pocket AI Integration 支持哪些平台?

Pocket AI Integration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pocket AI Integration?

由 asabovetech(@asabovetech)开发并维护,当前版本 v1.0.1。

💬 留言讨论