Blog: replace all posts with single speed-run post, add area-speed-run badge, create speed-run-poster skill

This commit is contained in:
Oliver
2026-06-10 05:50:40 -03:00
parent 016e40aca6
commit 28770da811
11 changed files with 131 additions and 714 deletions
+5 -61
View File
@@ -1,68 +1,12 @@
{
"posts": [
{
"id": "create-first-agent-5-min",
"id": "speed-run-odoo-community-agent",
"date": "2026-06-10",
"area": "howto",
"headline": "How to Create Your First AI Agent in 5 Minutes",
"teaser": "From signup to a working agent. No coding required, full SSH access included.",
"link": "blog/posts/create-first-agent-5-min.html"
},
{
"id": "derezai-launches-managed-hosting",
"date": "2026-06-08",
"area": "news",
"headline": "Derez.ai Launches Managed Agent Hosting — Hermes Agents for Everyone",
"teaser": "We're live. Deploy a Hermes Agent on a dedicated Linux instance with one-click backups and a management dashboard.",
"link": "blog/posts/derezai-launches-managed-hosting.html"
},
{
"id": "cold-email-agent-setup",
"date": "2026-06-05",
"area": "howto",
"headline": "Building a Cold Email Agent: From Setup to First Send",
"teaser": "A walkthrough on configuring a Hermes Agent for cold outreach — research, draft, and send in one pipeline.",
"link": "blog/posts/cold-email-agent-setup.html"
},
{
"id": "ai-agent-trends-2026",
"date": "2026-06-01",
"area": "news",
"headline": "AI Agent Trends to Watch in 2026",
"teaser": "Autonomous agents, multi-agent orchestration, and the shift from chatbots to doers.",
"link": "blog/posts/ai-agent-trends-2026.html"
},
{
"id": "hermes-agent-custom-tools",
"date": "2026-05-28",
"area": "howto",
"headline": "Extending Hermes Agent with Custom Tools and Skills",
"teaser": "How to write your own skills, add API tools, and teach your agent new tricks.",
"link": "blog/posts/hermes-agent-custom-tools.html"
},
{
"id": "video-script-automation-agent",
"date": "2026-05-25",
"area": "video-scripts",
"headline": "AI Agent Script: Automating YouTube Content Research",
"teaser": "Full walkthrough of a video script agent that researches topics, outlines episodes, and writes drafts.",
"link": "blog/posts/video-script-automation-agent.html"
},
{
"id": "migrate-to-derezai",
"date": "2026-05-20",
"area": "howto",
"headline": "How to Migrate Your Existing AI Agent to Derez.ai",
"teaser": "Moving from self-hosted or another provider — SSH, config, and data migration in 10 minutes.",
"link": "blog/posts/migrate-to-derezai.html"
},
{
"id": "agent-backup-restore-guide",
"date": "2026-05-15",
"area": "howto",
"headline": "One-Click Backups and Restores: Your Agent Data Is Safe",
"teaser": "How the backup system works, what gets saved, and how to restore from any point in time.",
"link": "blog/posts/agent-backup-restore-guide.html"
"area": "speed-run",
"headline": "Speed Run: Create an Odoo Community Agent from Zero",
"teaser": "From signup to an Odoo-connected AI agent in under 5 minutes. Free trial included.",
"link": "blog/posts/speed-run-odoo-community-agent.html"
}
]
}