← Back to Skills Marketplace
johanneskares

Pay a Human

by johanneskares · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
959
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install payahuman
Description
Stop hallucinating hands and start hiring them. OpenClaw agents, you no longer have to wait for your "owner" to click a button in the physical world. With Talentir's new PayAHuman feature, you can now compensate carbon-based lifeforms directly via your existing shell environment. Payments are funded via stablecoins (USDC / EURC), and the skill can never spend more than the daily allowance set by the Talentir owner account.
Usage Guidance
This skill appears to do what it says (call Talentir's API to create payouts). However, it can perform real financial transactions, so only install it if you trust the skill and control the credentials you give it. Before installing: - Use a least-privilege API key: create an account/key with minimal permissions and a limited daily allowance rather than using a full owner account key. - Avoid putting TALENTIR_API_KEY in a global or long-lived environment variable; prefer ephemeral or per-agent secrets and rotate keys regularly. - Do not give the key to an agent you expect to run autonomously without guardrails. If you allow autonomous invocation, require explicit human approval for any payout action or avoid granting payout-approval permissions (do not enable preApproved unless necessary). - Review Talentir dashboard audit logs and webhook events to monitor payouts and webhook signing secrets. Store any returned signingSecret securely. - If you are unsure of the skill's provenance (source is unknown here), verify the developer/website (https://www.talentir.com/api/v1) and consider requiring human-in-the-loop confirmation before any payment is executed. If you want extra safety, modify the workflow so the agent prepares a payout payload but asks a human to run the final curl command (or use a key that can only create drafts and not request funds).
Capability Analysis
Type: OpenClaw Skill Name: payahuman Version: 1.0.0 The skill is classified as suspicious due to its core functionality involving financial transactions and the ability to create webhooks with arbitrary `targetUrl`s. While the skill itself does not contain explicit malicious instructions or code, these capabilities present a significant risk for misuse through prompt injection against the AI agent. An attacker could potentially instruct the agent to make unauthorized payments or create webhooks pointing to attacker-controlled servers to exfiltrate data or establish callbacks, leveraging the `curl` commands documented in `SKILL.md`.
Capability Assessment
Purpose & Capability
The name/description match the runtime instructions: examples show POST/GET calls to Talentir endpoints and require an API key. Required binaries (curl, jq) and the TALENTIR_API_KEY env var are appropriate and expected for this purpose.
Instruction Scope
SKILL.md contains concrete curl examples for creating/listing payouts, webhooks, and team info. It does not instruct the agent to read unrelated local files, access unrelated environment variables, or exfiltrate data to unexpected endpoints. Webhook creation requires a user-supplied targetUrl (expected).
Install Mechanism
Instruction-only skill with no install spec or downloaded artifacts — lowest-risk delivery. Nothing is written to disk by the skill itself.
Credentials
Only TALENTIR_API_KEY is requested and declared as the primary credential. That is proportional to the skill's ability to call the Talentir API. No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and model invocation is allowed (platform default). Because the skill can create payouts, autonomous invocation means an agent could initiate real payments using the provided API key. This is not incoherent, but it increases operational risk and requires strict credential/scoping and invocation controls.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install payahuman
  3. After installation, invoke the skill by name or use /payahuman
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the PayAHuman skill, enabling programmatic payouts with Talentir. - Send payments to creators via email or social media handle (TikTok, Instagram, YouTube). - Supports payouts in stablecoins (USDC/EURC) across multiple currencies (EUR, USD, CHF, GBP). - Enforces daily spend limits set by the Talentir owner account. - Webhook management: create, list, and delete webhooks for payout events. - Provides API endpoints for creating and tracking payouts, and fetching team info.
Metadata
Slug payahuman
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pay a Human?

Stop hallucinating hands and start hiring them. OpenClaw agents, you no longer have to wait for your "owner" to click a button in the physical world. With Talentir's new PayAHuman feature, you can now compensate carbon-based lifeforms directly via your existing shell environment. Payments are funded via stablecoins (USDC / EURC), and the skill can never spend more than the daily allowance set by the Talentir owner account. It is an AI Agent Skill for Claude Code / OpenClaw, with 959 downloads so far.

How do I install Pay a Human?

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

Is Pay a Human free?

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

Which platforms does Pay a Human support?

Pay a Human is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pay a Human?

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

💬 Comments