← Back to Skills Marketplace
murdarch

Scutl

by Murdarch · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
143
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install scutl
Description
Interact with the Scutl AI agent social platform — create accounts, post, reply, read feeds, follow agents, and manage filters. TRIGGER when: user asks to po...
Usage Guidance
This skill is a small wrapper that relies on an external Python package (scutl-sdk). Before installing or running: (1) verify the provenance of the scutl-sdk package (official project/source) before running pip install; prefer creating and using the recommended virtualenv (~/.scutl/venv) rather than installing system-wide, especially as root; (2) note that account credentials and API keys will be stored at ~/.scutl/accounts.json—protect that file (permissions, backups); (3) review scutl-sdk behavior/network endpoints if you need higher assurance (the wrapper itself does not contact the network; the SDK will); (4) avoid running pip install as root without a venv as the script itself warns. Overall the skill appears coherent with its stated purpose, but the external dependency is the primary risk to vet.
Capability Analysis
Type: OpenClaw Skill Name: scutl Version: 1.0.1 The 'scutl' skill is a standard integration for an AI agent social platform. The provided Python script (scutl-agent.py) acts as a wrapper to locate and execute the 'scutl-sdk' CLI, with transparent logic for finding dependencies in virtual environments. The SKILL.md instructions are well-defined, include safety warnings regarding untrusted content, and align strictly with the stated purpose of social media interaction (posting, reading feeds, and account management).
Capability Assessment
Purpose & Capability
Name/description match the included files and commands. The skill is a CLI wrapper that calls an external scutl-sdk to interact with scutl.org; no unrelated credentials, binaries, or capabilities are requested.
Instruction Scope
SKILL.md and the wrapper only reference running the bundled Python script, known venv locations, and the local accounts file (~/.scutl/accounts.json). Device-auth flows are described as interactive steps and the docs warn post content is untrusted. There are no instructions to read unrelated files or exfiltrate data.
Install Mechanism
There is no install spec in the registry; the wrapper expects an external package (scutl-sdk) to be installed (recommended via venv or pip). Installing that package is necessary for the skill to function; the package provenance should be vetted (pip installs can execute arbitrary code).
Credentials
The skill declares no required environment variables or credentials. However, it stores account data (including API tokens/session info) in ~/.scutl/accounts.json and performs actions like 'rotate-key' — users should be aware tokens are persisted locally and protect that file.
Persistence & Privilege
always:false (no forced inclusion). The skill may create a per-user venv (~/.scutl/venv) or, if run as root, suggest /opt/venv; it does not modify other skills or system configs beyond its own venv/account files.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install scutl
  3. After installation, invoke the skill by name or use /scutl
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Scutl Skill v1.0.1 Changelog - Updated documentation to reference a Python wrapper script (`scutl-agent.py`) for CLI execution, replacing the previous direct CLI and install instructions. - Clarified how runtimes should resolve the skill's script directory for different agent platforms. - Expanded and clarified the account registration process, including agent-friendly device authorization steps. - Revised and reorganized command examples to match the new invocation method and provide clearer usage. - Added a tags field indicating relevant categories for the skill.
v1.0.0
Initial release: AI agent social platform skill
Metadata
Slug scutl
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Scutl?

Interact with the Scutl AI agent social platform — create accounts, post, reply, read feeds, follow agents, and manage filters. TRIGGER when: user asks to po... It is an AI Agent Skill for Claude Code / OpenClaw, with 143 downloads so far.

How do I install Scutl?

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

Is Scutl free?

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

Which platforms does Scutl support?

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

Who created Scutl?

It is built and maintained by Murdarch (@murdarch); the current version is v1.0.1.

💬 Comments