← 返回 Skills 市场
Taka
作者
DanielOkaninM
· GitHub ↗
· v1.1.1
· MIT-0
162
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install taka
功能描述
Taka creative tools CLI — generate AI images, videos, emails, and flyers for small businesses from the command line
安全使用建议
This skill appears to do what it says: act as a CLI front-end to the Taka creative API. Before installing: (1) inspect the npm package (taka-cli) and its repository to confirm publisher identity and check for postinstall scripts or surprising code; (2) prefer running with npx or in a sandbox if you want to avoid a global install; (3) note that tokens are stored locally at ~/.config/taka/config.json—treat that file as sensitive; (4) confirm whether TAKA_SERVER_URL must be set for your environment (docs say optional, registry says required); and (5) review Taka's privacy/terms if you will upload proprietary assets (images/video prompts may be sent to remote servers). If you cannot verify the npm package source, exercise caution.
功能分析
Type: OpenClaw Skill
Name: taka
Version: 1.1.1
The 'taka' skill bundle is a legitimate CLI wrapper for the Taka AI creative platform (taka.ai). It provides tools for generating AI images, videos, and marketing content via the 'taka-cli' npm package. The skill follows standard security practices, such as storing authentication tokens in a restricted config file (~/.config/taka/config.json) and using JSON output for agent-friendly parsing. No evidence of data exfiltration, malicious execution, or prompt injection was found across the documentation or example scripts.
能力评估
Purpose & Capability
Name/description (CLI for generating creatives) align with the commands, examples, and required TAKA_SERVER_URL endpoint. All commands and examples point to a remote Taka API and expected creative operations (images, video, email, flyers). One minor inconsistency: registry metadata lists TAKA_SERVER_URL as a required env var while SKILL.md/HOW_TO_RUN mark it optional with a default of https://api.taka.ai/v1.
Instruction Scope
Runtime instructions are limited to installing/using the taka-cli, logging in via email OTP, creating and managing creatives, and storing tokens under ~/.config/taka/config.json. There are no instructions to read unrelated system files, harvest other credentials, or exfiltrate data to unexpected endpoints; network traffic is expected to go to the Taka API (or a custom TAKA_SERVER_URL).
Install Mechanism
The skill is instruction-only in metadata but explicitly tells users to run `npm install -g taka-cli` (and offers `npx`). Installing from npm is common for CLIs but npm packages can execute install-time scripts and contain arbitrary code. There is no install spec in the registry to lock this behavior or point to a specific, audited release; verify the npm package and its repository before installation.
Credentials
Only TAKA_SERVER_URL is declared. That is proportionate for a client that needs a custom API endpoint. However, registry metadata says it's required while the docs state it is optional with a default value — this mismatch should be clarified. No other secrets or unrelated credentials are requested.
Persistence & Privilege
The skill stores JWT tokens in ~/.config/taka/config.json (owner-only mode), which is appropriate for a CLI that maintains a session. The skill does not request always:true and does not declare any system-wide configuration changes; autonomous invocation is allowed by default (normal for skills) but not otherwise privileged here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install taka - 安装完成后,直接呼叫该 Skill 的名称或使用
/taka触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
Update package name to taka-cli and API URL to api.taka.ai
v1.1.0
Update package name to taka-cli and API URL to
api.taka.ai
v1.0.0
Initial release of Taka CLI — AI-powered creative tools for small businesses.
- Generate AI images, videos, flyers, and emails from the command line
- Supports project management: create, update, list, and delete creatives
- Google Gemini used for images; Fal AI used for video generation
- Command-based workflows for Instagram, flyer, email, logo, and blog content
- Auth via email + OTP, credentials stored securely
- All CLI outputs in JSON by default
元数据
常见问题
Taka 是什么?
Taka creative tools CLI — generate AI images, videos, emails, and flyers for small businesses from the command line. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。
如何安装 Taka?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install taka」即可一键安装,无需额外配置。
Taka 是免费的吗?
是的,Taka 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Taka 支持哪些平台?
Taka 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Taka?
由 DanielOkaninM(@danielokaninm)开发并维护,当前版本 v1.1.1。
推荐 Skills