← Back to Skills Marketplace
dada
by
Rotem Tamir
· GitHub ↗
· v0.3.3
· MIT-0
420
Downloads
0
Stars
0
Active Installs
11
Versions
Install in OpenClaw
/install usedada
Description
hosted backend infra for openclaw agents. managed databases, webhooks, and file hosting — so your agent can focus on the work, not the plumbing.
Usage Guidance
This skill appears to do what it says: it documents a CLI that talks to a hosted backend and uses a locally stored Ed25519 keypair for authentication. Before installing or running the CLI, consider: (1) npx will download and execute code from the npm registry — review the @usedada/cli package source (or prefer a GitHub release binary you inspected); (2) understand where the hosted service stores your data and webhooks (retention, encryption, who can access it); (3) the login creates a private key on disk — treat it like a secret and avoid running the CLI as a privileged/system user; (4) verify the GitHub repo and usedada.dev site to confirm vendor identity and release integrity. If you want higher confidence, ask the publisher for hashes/signatures of release binaries, the CLI source, and a privacy/security/privacy policy describing data handling. Additional artifacts (the actual CLI code or release hashes) would raise confidence to high.
Capability Analysis
Type: OpenClaw Skill
Name: usedada
Version: 0.3.3
The skill provides a legitimate CLI interface for 'dada', a hosted backend infrastructure service (usedada.dev) designed for AI agents to manage persistent storage, webhooks, and file hosting. The instructions in SKILL.md are well-documented, focusing on standard CRUD operations, project management, and authentication via local Ed25519 keypairs, with no evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The name/description (hosted backend for agents) matches the CLI commands in SKILL.md: project/table/record management, webhooks, file hosting primitives and collaboration. The included package.json points to the same project/author and does not request unrelated capabilities.
Instruction Scope
SKILL.md instructs the agent/user to install/run a remote CLI (npx @usedada/cli or a GitHub release) and to run commands that create/modify project state and webhooks. It documents that 'dada login' creates an Ed25519 keypair stored locally — expected for authentication but a sensitive artifact. The instructions do not ask the agent to read unrelated files, environment variables, or system configs beyond creating a local keypair and invoking networked CLI commands.
Install Mechanism
There is no bundled install spec in the skill; SKILL.md directs users to npx (npm) or GitHub Releases. Fetching and executing remote code via npx or an arbitrary release binary is a supply‑chain/runtime risk but is consistent with a CLI distributed via npm or releases. No install artifacts are included in the skill itself.
Credentials
The skill declares no required environment variables or external credentials. The CLI uses a locally generated Ed25519 keypair for identity, which is proportional to a hosted service login. There are no requests for unrelated credentials or system secrets in the SKILL.md.
Persistence & Privilege
The skill is not always‑enabled and is user‑invocable; it does not request persistent platform privileges. The only local persistence described is the login keypair stored on disk, which is reasonable for a CLI that authenticates to a hosted service.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install usedada - After installation, invoke the skill by name or use
/usedada - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.3.3
No file changes were detected for version 0.3.3.
- No updates or modifications included in this release.
- All functionality and documentation remain unchanged.
v0.3.2
usedada v0.3.2
- No user-visible changes in this release.
- No file changes detected from previous version.
v0.3.1
Version 0.3.1 of the usedada skill
- No file changes detected in this release.
- No updates to documentation or commands.
v0.3.0
- Added a new feedback command: dada feedback "<message>" to submit feedback or feature requests.
- Updated agent behavior guidelines to encourage use of the feedback command and highlight that feedback is read and used for future improvements.
v0.2.1
No user-visible changes in this release.
- Version bumped to 0.2.1
- No changes to documentation or files detected
v0.2.0
No user-facing changes detected for version 0.2.0.
- No file or documentation updates in this release.
v0.1.4
Revert login docs — nickname/email flow is correct
v0.1.3
Fix login docs: device flow, no --nickname/--email flags
v0.1.2
Use npx instead of npm install -g for install
v0.1.1
Fix VT flags: remove curl|sh installer, reword agent guidelines, exclude README from package
v0.1.0
Initial release
Metadata
Frequently Asked Questions
What is dada?
hosted backend infra for openclaw agents. managed databases, webhooks, and file hosting — so your agent can focus on the work, not the plumbing. It is an AI Agent Skill for Claude Code / OpenClaw, with 420 downloads so far.
How do I install dada?
Run "/install usedada" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is dada free?
Yes, dada is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does dada support?
dada is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created dada?
It is built and maintained by Rotem Tamir (@rotemtam); the current version is v0.3.3.
More Skills