← Back to Skills Marketplace
baron-talkspresso

Talkspresso

by baron-talkspresso · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
664
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install talkspresso
Description
Manage a Talkspresso business (services, appointments, products, clients, earnings, calendar) using the Talkspresso REST API. Use when the user wants to chec...
Usage Guidance
This skill appears to do what it says: it will make API requests to https://api.talkspresso.com using the TALKSPRESSO_API_KEY. Before installing/using it: (1) only provide an API key you control and understand — prefer a key with limited scope or rotate it after use; (2) be aware any data the agent sends/receives (appointments, client info, earnings, files) will go to Talkspresso; (3) ensure the host environment has curl and jq available (SKILL.md assumes them); (4) do not paste your API key into chat logs or public places; (5) if you have privacy or compliance concerns about transmitting client data, avoid granting access or test with a non-production account. Overall the components are internally consistent and proportionate.
Capability Analysis
Type: OpenClaw Skill Name: talkspresso Version: 1.0.0 The skill is classified as suspicious due to its file upload capabilities, which, while necessary for its stated purpose (e.g., uploading profile photos, product attachments), present a significant prompt injection vulnerability. An attacker could potentially craft a prompt to instruct the agent to upload arbitrary local files (e.g., `/etc/passwd`, `~/.ssh/id_rsa`) to the `https://api.talkspresso.com` endpoint using the `curl -F "file=@/path/to/file.jpg"` commands detailed in `SKILL.md`. This is a vulnerability in the agent's execution model rather than explicit malicious intent within the skill's instructions, which otherwise appear benign and focused on managing a Talkspresso business.
Capability Assessment
Purpose & Capability
Name/description align with the requested capability: all API endpoints and actions in SKILL.md and references/api.md target api.talkspresso.com and relate to profile, services, products, appointments, clients, earnings, calendar, etc. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions are explicit and scoped to Talkspresso API calls (curl + jq). They instruct the agent to call only Talkspresso endpoints and to use the TALKSPRESSO_API_KEY. Minor mismatch: SKILL.md assumes presence of curl and jq but the skill's declared requirements do not list required binaries; this is a usability/visibility gap rather than a security mismatch.
Install Mechanism
No install spec or code is included (instruction-only). Nothing will be downloaded or written to disk by the skill itself, which minimizes installation risk.
Credentials
Only TALKSPRESSO_API_KEY is required, which is proportionate to the documented REST API usage. No unrelated secrets or multiple credentials are requested.
Persistence & Privilege
always:false and default invocation settings; the skill does not request persistent system privileges or modify other skills. Autonomous invocation is allowed (platform default) but is not combined with other concerning factors here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install talkspresso
  3. After installation, invoke the skill by name or use /talkspresso
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - manage your Talkspresso business from OpenClaw
Metadata
Slug talkspresso
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Talkspresso?

Manage a Talkspresso business (services, appointments, products, clients, earnings, calendar) using the Talkspresso REST API. Use when the user wants to chec... It is an AI Agent Skill for Claude Code / OpenClaw, with 664 downloads so far.

How do I install Talkspresso?

Run "/install talkspresso" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Talkspresso free?

Yes, Talkspresso is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Talkspresso support?

Talkspresso is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Talkspresso?

It is built and maintained by baron-talkspresso (@baron-talkspresso); the current version is v1.0.0.

💬 Comments