← Back to Skills Marketplace
Taka
by
DanielOkaninM
· GitHub ↗
· v1.1.1
· MIT-0
162
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install taka
Description
Taka creative tools CLI — generate AI images, videos, emails, and flyers for small businesses from the command line
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install taka - After installation, invoke the skill by name or use
/taka - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Taka?
Taka creative tools CLI — generate AI images, videos, emails, and flyers for small businesses from the command line. It is an AI Agent Skill for Claude Code / OpenClaw, with 162 downloads so far.
How do I install Taka?
Run "/install taka" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Taka free?
Yes, Taka is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Taka support?
Taka is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Taka?
It is built and maintained by DanielOkaninM (@danielokaninm); the current version is v1.1.1.
More Skills