← Back to Skills Marketplace
Openclaw Aicfo Agent
by
elvismusli
· GitHub ↗
· v0.1.8
· MIT-0
444
Downloads
0
Stars
0
Active Installs
9
Versions
Install in OpenClaw
/install openclaw-aicfo-agent
Description
Use when OpenClaw needs to access AICFO through one bearer API key. Covers agent-session introspection, company selection, app-level MCP usage, connector act...
Usage Guidance
This package appears to do what it says: it runs a local Node adapter and needs only an AICFO API key. Before installing, confirm the AICFO_API_KEY you provide is scoped with least privilege (avoid broad write/delete scopes unless required), verify the adapter source if you want extra assurance (bin/openclaw-aicfo-adapter.mjs is included), and be aware that invoking connector actions will cause the AICFO backend to interact with external services (e.g., Google Drive, Telegram) so review those connector permissions separately. If you need higher assurance, run the adapter commands (session, tools, a read-only company operation) in a controlled environment to inspect responses and behaviour before granting broader access.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-aicfo-agent
Version: 0.1.8
The skill bundle is a standard API adapter for the AICFO platform, providing a bridge between the OpenClaw agent and the AICFO REST API. The primary component is a Node.js script (`bin/openclaw-aicfo-adapter.mjs`) that facilitates operations such as session introspection, company data retrieval, and connector management (e.g., Telegram, Google Drive) via authenticated requests. The code is well-structured, lacks obfuscation, and contains no evidence of malicious intent, unauthorized local file access, or data exfiltration beyond the intended service endpoints.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, declared primary credential (AICFO_API_KEY), and provided operations (session, companies, connectors, documents, file/entity reads) align with the included Node adapter and the documented REST surfaces. Requiring Node and one bearer API key is proportionate to the described functionality.
Instruction Scope
SKILL.md instructs the agent to run the included bin/openclaw-aicfo-adapter.mjs and to prefer session introspection and company-scoped operations. Guardrails in the docs limit misuse (e.g., check scopes before connector or document-write actions). The adapter and docs mention connector actions (Telegram, Google Drive) which trigger provider actions via AICFO; this is expected but increases data-access scope because the backend connectors may interact with external services.
Install Mechanism
No install spec is present; the skill is instruction-plus-local-script only. That is low risk because nothing is downloaded or extracted at install time. The adapter is run with the system Node binary as expected.
Credentials
The skill requires a single primary credential (AICFO_API_KEY), which is appropriate. The adapter also supports optional env vars (AICFO_APP_URL, AICFO_COMPANY_ID) mentioned in docs but not listed as required — this is reasonable but worth noting so users understand additional envs may be read at runtime.
Persistence & Privilege
The skill does not request always:true and is user-invocable with normal autonomous invocation settings. It does not attempt to modify other skills or system-wide configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-aicfo-agent - After installation, invoke the skill by name or use
/openclaw-aicfo-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.8
Document company_id fallback to company slug or exact name for external agents.
v0.1.7
Declare required AICFO_API_KEY metadata for OpenClaw and keep Document Questions adapter current.
v0.1.6
Publish current Document Questions adapter and docs via direct multipart upload.
v0.1.5
Publish current Document Questions adapter and docs using current ClawHub CLI.
v0.1.4
Republish Document Questions support from committed skill package.
v0.1.3
Add Document Questions commands and sync adapter with current AICFO API contract.
v0.1.2
Make the published adapter self-contained and remove MCP SDK dependency from the skill package.
v0.1.1
ClawHub-first install flow with deterministic ~/.openclaw/skills path.
v0.1.0
Initial public package for OpenClaw access to AICFO via one bearer key.
Metadata
Frequently Asked Questions
What is Openclaw Aicfo Agent?
Use when OpenClaw needs to access AICFO through one bearer API key. Covers agent-session introspection, company selection, app-level MCP usage, connector act... It is an AI Agent Skill for Claude Code / OpenClaw, with 444 downloads so far.
How do I install Openclaw Aicfo Agent?
Run "/install openclaw-aicfo-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Aicfo Agent free?
Yes, Openclaw Aicfo Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw Aicfo Agent support?
Openclaw Aicfo Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Aicfo Agent?
It is built and maintained by elvismusli (@elvismusli); the current version is v0.1.8.
More Skills