OpenClaw's atoship skill turns AI assistant into shipping manager

OpenClaw now has an atoship skill that transforms the AI assistant into a shipping manager. Instead of manually comparing carrier rates across multiple browser tabs, users can describe their shipping needs in natural language.
How it works
Users interact with the skill by describing what they need to ship in plain English. The source provides this example command: "ship this 1lb box to New York, cheapest option".
What it handles
- Carrier selection
- Rate comparison between carriers (like USPS Priority Mail vs FedEx Ground)
- Label purchase
- Tracking
The skill addresses the specific problem mentioned in the source: spending time "tabbing between carrier websites just to figure out whether USPS Priority Mail or FedEx Ground is cheaper for a 2-pound package to Austin."
This type of tool is useful for developers and small businesses who need to ship packages regularly but want to avoid the manual process of checking multiple carrier websites for the best rates.
📖 Read the full source: r/openclaw
👀 See Also

Career-Ops Fork Adds LinkedIn Job Discovery Using Apify
A developer forked the career-ops Claude Code system and added LinkedIn job discovery using Apify, addressing the main limitation of the original project which only scanned pre-configured company career pages.

ByteRover Memory Plugin for OpenClaw: Native Integration with Semantic Hierarchy
ByteRover Memory Plugin for OpenClaw provides native, structured long-term memory via a three-layer architecture and semantic hierarchy stored in Markdown files. It achieves 92.2% retrieval accuracy and requires OpenClaw v2026.3.22+.

Dirac: Open-Source Agent Tops TerminalBench with 65.2%, Cheaper and Open
Dirac, an open-source coding agent, achieved a 65.2% score on TerminalBench 2.0 for gemini-3-flash-preview, beating Google's baseline (47.6%) and top closed-source agent Junie CLI (64.3%). It also reduces API costs by 64.8% vs competitors.

Open-Source Tool Measures AI Coding Agent Autonomy with Local Data Analysis
Codelens-AI is an open-source CLI tool that analyzes Claude Code session files alongside git history to calculate autonomy metrics like Autopilot Ratio and Self-Heal Score. The tool runs locally with zero setup using npx claude-roi and keeps all data on your machine.