Self-built CPA cliproxyapi aggregating various free charity stations for Openclaw - Oracle VPS Ubuntu system using non-root user, can use official installation script

Now there are CPA installation tutorials everywhere. Here I want to record my own操作过程 — Oracle VPS Ubuntu system using non-root user without sudo -i  Official installation script curl -fsSL https://raw.githubusercontent.com/brokechubb/cliproxyapi-installer/refs/heads/master/cliproxyapi-installer | bash source Pay attention to the information output by the script Execute command 1, enter your installation directory cd /home/ubuntu/cliproxyapi * If you are a root user, this directory will be different from mine, use your own directory as reference Execute command 2, check if cpa background process can run, if there are any errors ./cli-proxy-api Open a new SSH session, curl test curl localhost:8317 * Note:  8317  is cpa's default port Should get result like this {"endpoints":["POST /v1/chat/completions","POST /v1/completions","GET /v1/models"],"message":"CLI Proxy API Server"} At the same time, the SSH session running cpa pr...

Hermes multi-agent team collaboration using fixed scripts for cross-agent communication

Preface From Openclaw to Hermes, I've attempted multi-agent team collaboration multiple times. https://zelikk.blogspot.com/search?q=%E5%A4%9Aagent Many times cross-agent communication fails, and the erroneous behavior is unpredictable — meaning the same prompt / agent.md file might work this time but fail on the next try. The most recent case was using Hermes , and I had already previously prompted it to modify itself to gain the ability to bind agents to Telegram group topics, similar to Openclaw . During usage, Once, agent-design did not send a message to agent-watch but replied in its own topic instead Two other times, when agent-watch sent messages to agent-design, they did not follow the specified message format. https://www.youtube.com/watch?v=TBmbAcV6Gis Approach At the textual description level of SOUL.md, a sufficiently intelligent "person" or "model" should understand the effect I want. * The SOUL.md before this experiment has been overwritten; you can...

Using Hermes-agent's LLM WIKI Skill to Analyze My Blog and Generate Related Recommendations

Preface I often see some blogs that have a "Related Recommendations" section at the end of each article. A few days ago, I used the LLM-WIKI skill, so I thought about using the LLM-WIKI skill to analyze my blog and add related recommendations to each post as well. Approach Save my blog pages as WIKI pages, Use the LLM-WIKI skill to lint and analyze these pages, establishing connections between them, Count the connection counts for all pages, For each page, among its connected pages, find the 3 pages with the most connections. Practice Initialize WIKI I chatted with hermes (MIMO v2 pro 2026-4-21) I'm going to do something. Help me analyze the specific plan. Don't implement it yet, let's discuss first. There is a website https://zelikk.blogspot.com/ This website's RSS output is full content https://zelikk.blogspot.com/rss.xml Use your llm-wiki skill to create a new WIKI Ingest every article from this website into this WIKI Lint and organize this WIKI, and output...