ARTA: Agentic Real-Time Awareness

v0.3.0

A universal layer for agents to have real-time self-awareness across channels and sessions. ARTA enables an agent to know what it is doing in other channels...

0· 271·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (in-memory agent awareness) matches the declared assets: no install, no external network, and only metadata access. The examples and template show an in-memory Map-based implementation which is appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs the agent to read channel metadata (OPENCLAW_CHANNEL, OPENCLAW_CHAT_ID, OPENCLAW_SENDER_NAME) and to keep state in-memory. These actions are within scope for an awareness layer. Note: the skill will record sender names and channel IDs (metadata/PII) which is necessary for its feature but is privacy-sensitive; the files explicitly state they will not read message content or tokens.
Install Mechanism
There is no install spec and no code files to execute; this is an instruction-only skill. That is the lowest-risk install model and is proportionate to the simple in-memory functionality described.
Credentials
No required credentials or privileged env vars are declared. The optional env vars referenced (ARTA_AGENT_NAME, OPENCLAW_*) are reasonable and relevant to the feature. The skill does not request unrelated secrets or config paths.
Persistence & Privilege
always is false and the skill claims in-memory-only state with no persistence, no network, and no modification of other skills. There are no privileges requested that would grant persistent or system-wide access.
Assessment
This skill is coherent and low-risk as submitted: it only tracks channel metadata (channel type, chat ID, sender name) in memory. Before installing, confirm you're comfortable with the agent storing sender names and channel IDs (these can be privacy-sensitive). Also note this package contains only documentation and examples — there is no executable code included. If you later install a code implementation (or an external OpenClaw hook) that implements ARTA, review that code for any added network, disk, or credential access, because the written documentation's promises (no network, no persistence) are not enforced by the platform and could be violated by a different implementation.

Like a lobster shell, security has layers — review code before you run it.

latestvk9717vhdwrhzj2zz9mzszdzrys82gtqw

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments