aionis_memory_policy_loop
Connect OpenClaw to Aionis using write/context/policy/feedback memory loop APIs.
Why use this skill?
Integrate OpenClaw with Aionis for long-term memory, policy-driven tool routing, and citation-backed recall. Enhance agent intelligence today.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cognary/aionisWhat This Skill Does
The aionis_memory_policy_loop skill serves as the primary intelligence bridge between OpenClaw and the Aionis memory architecture. It enables long-term retention of interaction data, policy-driven decision-making, and contextual retrieval of historical facts. By utilizing a continuous feedback loop, the skill ensures that the agent becomes more effective over time, adapting to user preferences and specific project constraints without manual retraining.
Installation
To integrate this skill into your local environment, ensure you have the OpenClaw CLI configured, then execute the following command in your terminal:
clawhub install openclaw/skills/skills/cognary/aionis
After installation, confirm your connection by running the provided bootstrap script bash ./bootstrap-local-standalone.sh and ensuring your environment variables are set in ./.runtime/clawbot.env.
Use Cases
- Long-Term Recall: Store and retrieve customer preferences, project decisions, or complex technical specifications from previous sessions.
- Policy Enforcement: Automatically route tool selection based on internal rulesets and security policies stored within the memory graph.
- Feedback-Driven Adaptation: Use the tool feedback API to adjust agent behavior based on user corrections or successful task completions.
- Evidence-Based Reasoning: Provide the agent with citation-backed facts during complex reasoning tasks to reduce hallucination and ensure consistency.
Example Prompts
- "Check my memory for the project requirements we discussed last week regarding the database schema."
- "Review the current policy for handling customer data and tell me if I am authorized to share this report."
- "Store this meeting summary as an event and update the shared memory lane for the current demo-project."
Tips & Limitations
- Security: Never transmit sensitive raw credentials or PII in the
input_textfield; always sanitize inputs. - Performance: Keep the
char_budget_totalwithin 3200 characters to ensure the context window remains optimized for latency. - Resilience: If the
context/assembleendpoint is unreachable, the system will automatically fall back torecall_text. Always ensure your Aionis health checks pass (GET /health) before high-stakes tasks. - Conciseness: Store summaries rather than raw tool outputs to maximize the semantic density of your memory graph.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cognary-aionis": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api