← Back to Skills Marketplace
thisisevgeniy

Youdo Business

by thisisevgeniy · GitHub ↗ · v2026.3.13 · MIT-0
cross-platform ⚠ suspicious
234
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install youdo-business
Description
Work with the YouDo Business API. Use when asked to interact with YouDo Business to manage employees, projects, tasks, payments, webhooks, or generate signed...
Usage Guidance
This skill appears to be a straightforward API integration, but it omits how to provide and protect the sensitive signing material it requires. Before installing or invoking it: (1) Confirm where/how you'll supply JWTs and the RS256 private key (prefer platform secret storage or a vault; avoid pasting private keys into chat). (2) Ensure tokens are least-privilege and short-lived and that the agent/platform will not persist secrets improperly. (3) Verify webhook callback URLs and TLS certificate validation when subscribing. (4) Ask the skill maintainer (or review the runtime integration) to explicitly declare required credentials/env vars and to document secure key-handling — this transparency reduces risk. If you cannot guarantee secure key provisioning/storage, treat the skill as higher risk and do not provide private keys or long-lived credentials to the agent.
Capability Analysis
Type: OpenClaw Skill Name: youdo-business Version: 2026.3.13 The skill bundle contains documentation for interacting with the YouDo Business API, including endpoint definitions, authentication requirements (JWT/RS256), and request signing procedures. There is no executable code or evidence of malicious intent, data exfiltration, or prompt injection in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name, description, and the listed endpoints/auth method align with a YouDo Business API integration: employees, projects, tasks, payments, webhooks, and request signing are all coherent with the stated purpose.
Instruction Scope
SKILL.md clearly documents base URLs, endpoints, JWT usage, and a request-signing scheme (RS256, string-to-sign, headers). It does not instruct the agent to read unrelated files or system paths. However, it presumes access to signing keys/JWT tokens without specifying how those should be obtained or handled at runtime.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded, which is the lowest install risk.
Credentials
The skill declares no required environment variables or primary credential, yet the documented workflow requires sensitive material (JWTs and an RS256 private key or equivalent) to sign tokens and requests. The absence of declared secret inputs or guidance on secure storage/access is a mismatch and reduces transparency about what the agent will need at runtime.
Persistence & Privilege
always:false and default invocation settings — the skill does not request elevated/persistent presence or make changes to other skills or global agent configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install youdo-business
  3. After installation, invoke the skill by name or use /youdo-business
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2026.3.13
- Added detailed documentation for YouDo Business API endpoints, authentication, and request signing. - Outlined key API endpoints for managing employees, projects, tasks, payments, documents, reports, agreements, invoices, balance, and webhooks. - Specified JWT-based authentication and signing requirements for certain requests. - Provided sample header and request formats for secure API interactions.
Metadata
Slug youdo-business
Version 2026.3.13
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Youdo Business?

Work with the YouDo Business API. Use when asked to interact with YouDo Business to manage employees, projects, tasks, payments, webhooks, or generate signed... It is an AI Agent Skill for Claude Code / OpenClaw, with 234 downloads so far.

How do I install Youdo Business?

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

Is Youdo Business free?

Yes, Youdo Business is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Youdo Business support?

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

Who created Youdo Business?

It is built and maintained by thisisevgeniy (@thisisevgeniy); the current version is v2026.3.13.

💬 Comments