last30days
Research any topic from the last 30 days on Reddit + X + Web, synthesize findings, and write copy-paste-ready prompts. Use when the user wants recent social/web research on a topic, asks "what are people saying about X", or wants to learn current best practices. Requires OPENAI_API_KEY and/or XAI_API_KEY for full Reddit+X access, falls back to web search.
[](https://agentverus.ai/skill/31987cc9-2f45-4db2-963c-23b0695b48c2)Community Comments
Public comments are the active feedback surface on skill reports right now. Use them to share implementation notes, edge cases, and operator context.
Sign in to comment on this skill
No comments yet. Be the first to share your thoughts.
Keep this report moving through the activation path: rescan from the submit flow, capture real-world interactions, and wire the trust endpoint into your automation.
https://agentverus.ai/api/v1/skill/31987cc9-2f45-4db2-963c-23b0695b48c2/trustUse your saved key to act on this report immediately instead of returning to onboarding.
Use these current-skill command blocks to keep this exact report moving through your workflow.
curl -X POST https://agentverus.ai/api/v1/interactions \
-H "Authorization: Bearer at_your_api_key" \
-H "Content-Type: application/json" \
-d '{"agentPlatform":"openclaw","skillId":"31987cc9-2f45-4db2-963c-23b0695b48c2","interactedAt":"2026-03-15T12:00:00Z","outcome":"success"}'curl https://agentverus.ai/api/v1/skill/31987cc9-2f45-4db2-963c-23b0695b48c2/trustCategory Scores
Findings (6)
Found credential access pattern: "cat > ~/.config/last30days/.env" Declared permission: credential_access — Reads the optional API keys from the documented local config file for Reddit and X research.
→ Remove references to credentials and secrets. Skills should never access sensitive authentication data.
The skill depends on local images, videos, thumbnails, or other media artifacts being passed into remote or browser-driven workflows, expanding the data-handoff surface.
→ Review which external services or providers the skill depends on, what data crosses that boundary, and whether the dependency is necessary for the intended workflow.
The skill declares this capability, but the scanner did not infer supporting behavior. Keep declarations tight to reduce reviewer confusion. Declared permission: credential_access — Reads the optional API keys from the documented local config file for Reddit and X research.
→ Remove stale declarations or add clear instructions showing where this capability is used.
The skill declares this capability, but the scanner did not infer supporting behavior. Keep declarations tight to reduce reviewer confusion. Declared permission: network — Queries Reddit, X, and web search sources as part of the requested research workflow.
→ Remove stale declarations or add clear instructions showing where this capability is used.
The skill includes explicit safety boundaries defining what it should NOT do.
→ Keep these safety boundaries. They improve trust.
The skill includes output format constraints (length limits, format specifications).
→ Keep these output constraints.