← Back to Skills Marketplace
1908
Downloads
1
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install sanctifai
Description
Interface with the SanctifAI Human-in-the-Loop API to create tasks and wait for human responses. Use when the user needs to delegate a decision, data entry,...
Usage Guidance
This skill appears to do what it says: call SanctifAI to create tasks and receive human responses. Before enabling it, consider: (1) you'll need to provide a SanctifAI API key for authenticated operations — prefer a scoped/dedicated key and avoid embedding secrets in URLs when possible, (2) any data you send becomes visible to human workers—do not send sensitive PII/PHI unless you have consent and appropriate controls, (3) if you use webhooks/callback_url you must expose an endpoint and secure it (validate signatures, restrict IPs), and (4) confirm the organizational/privacy implications of creating accounts via API if the skill uses self-registration. If you accept those trade-offs, the skill is internally coherent.
Capability Analysis
Type: OpenClaw Skill
Name: sanctifai
Version: 0.1.1
The SanctifAI skill bundle provides a comprehensive interface for AI agents to interact with a Human-in-the-Loop API (app.sanctifai.com). It includes tools for agent registration, task creation, document attachment, and billing management. While the skill enables the agent to upload files (via base64) and send email invites, these capabilities are directly aligned with the stated purpose of facilitating human-agent collaboration and do not exhibit signs of malicious intent or deceptive prompt injection.
Capability Assessment
Purpose & Capability
Name/description (human-in-the-loop tasks) match the SKILL.md: all operations are HTTP calls to SanctifAI endpoints (create_task, list_tasks, wait/webhook). Nothing in the manifest (no binaries, no install) is unexpected for a pure API integration.
Instruction Scope
Runtime instructions only describe calling SanctifAI endpoints, using MCP or REST, long-polling or webhooks, and building forms. There are no instructions to read local files, access unrelated env vars, or exfiltrate data to third parties outside the SanctifAI endpoints. Note: webhooks and callback_url features mean the agent may be asked to accept or provide network endpoints.
Install Mechanism
No install spec and no code files — lowest-risk model for installation. The skill is instruction-only and does not write code to disk or download third-party packages.
Credentials
The manifest declares no required env vars, which is acceptable for an instruction-only skill, but the SKILL.md clearly expects an API key (e.g., sk_live_xxx) for authenticated calls. That credential is proportional to the purpose, but it is not declared up-front — the agent or user will need to supply/store the SanctifAI API key at runtime.
Persistence & Privilege
always is false and the skill does not request system-wide modifications. Nothing in the SKILL.md asks the agent to modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sanctifai - After installation, invoke the skill by name or use
/sanctifai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
- No file changes detected in this release.
- Documentation and API references remain unchanged.
- Version bump to 0.1.1 for record keeping; functionality is the same as the previous version.
v0.1.0
Initial release of SanctifAI skill.
- Provides API for human-in-the-loop tasks, allowing agents to ask questions and receive structured responses from humans.
- Supports both MCP (Model Context Protocol) and standard REST API integration paths.
- Includes endpoints for task creation, task management, agent profile, and Agentic Promoter Score (APS) submission.
- No server or pre-registration required; agents can register via API as needed.
- Real-time task updates supported via SSE and long polling.
v1.0.2
- Renamed file: replaced lowercase `skill.md` with uppercase `SKILL.md` for consistency.
- Updated documentation: new SKILL.md introduces a detailed section on both MCP (Model Context Protocol) and REST API integration paths.
- Expanded API references: added coverage of new endpoints, task management actions, and extended tables for MCP tools.
- Added discovery and integration guidance: now includes step-by-step setup for MCP and authentication options.
- Previous "Quick Start" and registration sections removed or refocused to emphasize protocol selection and tool usage.
v1.0.0
Initial release of the SanctifAI skill.
- Allows agents to register and receive an API key for accessing the SanctifAI Human-in-the-Loop platform.
- Provides API methods to create tasks that delegate decisions, data entry, or verification to human workers.
- Supports long-polling for task responses, with optional webhook configuration.
- Flexible schema for custom task forms (e.g., markdown instructions, radio buttons, text feedback).
- Supports different target types: public, guild, and direct.
Metadata
Frequently Asked Questions
What is Skills?
Interface with the SanctifAI Human-in-the-Loop API to create tasks and wait for human responses. Use when the user needs to delegate a decision, data entry,... It is an AI Agent Skill for Claude Code / OpenClaw, with 1908 downloads so far.
How do I install Skills?
Run "/install sanctifai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skills free?
Yes, Skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skills support?
Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skills?
It is built and maintained by ndgates (@ndgates); the current version is v0.1.1.
More Skills