AI Agent Hub

Blog

In-depth articles on AI agents, LLM engineering, servers, Python and software development.

📝
Variant Analysis: Locate a Bug and Eliminate All Similar Ones
Aug 17, 2026 · Big Model Skills

Trail of Bits’ variant-analysis has turned the daily variant analysis work of security engineers into an Agent Skill: after confirming a vulnerability, it extracts the root cause, calibrates with prec

# variant-analysis # Agent Skill # Variant analysis 62 views
📝
Semgrep-Rule-Creator: Using Agent to Write Testable Semgrep Security Rules
Aug 17, 2026 · Big Model Skills

`semgrep-rule-creator` is an Agent Skill launched by Trail of Bits, used to create custom Semgrep rules that can detect security vulnerabilities, bug patterns and code patterns. Instead of running exi

# Semgrep # Agent Skill # static analysis 57 views
📝
# Property-Based Testing: Trail of Bits Turns Property Testing into Reusable Agent Skills
Aug 17, 2026 · Big Model Skills

Trail of Bits' property-based-testing is a cross-language skill guide for property testing that includes smart contracts. It teaches agents to identify encoding/decoding, parsing, normalization, and c

# Attribute testing # Agent Skill # Hypothesis 65 views
📝
Differential Review: Trail of Bits formalizes PR security differential review into an executable workflow
Aug 17, 2026 · Big Model Skills

Differential-review is an Agent Skill released by Trail of Bits, which conducts security-focused reviews on PRs, commits and diffs: it classifies tasks by risk rather than line count, uses git history

# differential-review # Trail of Bits # Security review 65 views
📝
Using firecrawl-build-search: Start from queries and write web discovery into product code
Aug 16, 2026 · Big Model Skills

`firecrawl-build-search` is an official Agent Skill for Firecrawl, specifically designed to connect the `/search` endpoint to product code: the functionality starts from queries instead of URLs. It fi

# Firecrawl # Agent Skill # web search 59 views
📝
Integrate Web Search, Crawling and Browser Interaction into Application Code with firecrawl-build
Aug 16, 2026 · Big Model Skills

`firecrawl-build` is the official application integration entry Skill of Firecrawl, located in the `firecrawl/skills` repository. It targets scenarios where products, agents or workflows need to obtai

# Firecrawl # Agent Skill # web capture 70 views
📝
Sandbox SDK Skill: Let AI Securely Execute Untrusted Code with Cloudflare Sandbox
Aug 16, 2026 · Big Model Skills

### Official Translation: This article introduces Cloudflare's sandbox-sdk Agent Skill: it explains how to guide Cursor / Claude Code / Codex to use the Sandbox SDK to execute untrusted code in Worker

# sandbox-sdk # Cloudflare # Agent Skill 52 views
📝
# workers-best-practices Skill: Review and Write Cloudflare Workers in Accordance with Production Agreements
Aug 16, 2026 · Big Model Skills

Cloudflare's official workers-best-practices Skill is used to review and write Workers code in accordance with production conventions: it pulls current documentation and types first, then checks `wran

# Cloudflare # Workers # Agent Skill 45 views
📝
# 翻译结果 Durable Objects Skill: Build Chatrooms, Collaboration and Stateful RPC According to Official Conventions
Aug 16, 2026 · Big Model Skills

### The official Cloudflare durable-objects Skill is used to create and review Durable Objects: sharding by chat rooms, game sessions or tenants, routing via `getByName`, carrying stateful edge logic

# Durable Objects # Cloudflare # Agent Skill 53 views
📝
# Cloudflare Skill: A Progressive Loading Full Platform Manual for AI
Aug 16, 2026 · Big Model Skills

Cloudflare's official cloudflare Skill is a cross-platform entry point for Agents: users can select the right primitive among Workers, Pages, KV/D1/R2, Workers AI, Network & Security, and Terraform/Pu

# Cloudflare # Agent Skill # Workers 76 views