一键导入
devto-surfer
Surf Dev.to for AI tutorials and tech articles. Get latest articles, search by tags, and analyze trending topics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Surf Dev.to for AI tutorials and tech articles. Get latest articles, search by tags, and analyze trending topics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
GitHub 赏金猎人。自动监控 GitHub bounty,支持 Algora/UbiquityOS/RustChain 平台。v7.5.6 新增用户授权全自动策略(2026-06-11)
AI Agent 团队 - 61 个专业 Agent,8 大部门,完整的 AI 代理机构。支持单 Agent 使用和多 Agent 协作编排。
AI 代码审查助手,基于本地 AI 模型自动检测代码质量。
AI 确定性控制工具。管理 temperature/top_p/seed 参数,多场景预设,一致性检查(编辑距离+TF-IDF),监控趋势分析与异常检测,模型参数注入与恢复。
AI效率监控工具。监控AI任务执行效率,识别浪费模式(重复查询/过长上下文/无效重试/过度生成/低质量循环),生成优化建议和成本节省报告。支持OpenClaw日志解析、多模型成本计算、ASCII趋势图。
自动从代码生成技术文档,支持 Python/JavaScript/Bash,AI 增强文档质量
| name | devto-surfer |
| description | Surf Dev.to for AI tutorials and tech articles. Get latest articles, search by tags, and analyze trending topics. |
| version | 1.0.0 |
Dev.to 冲浪技能,获取 AI 教程和技术文章。
Base URL: https://dev.to/api/
Endpoints:
/articles - Get articles/articles?tag=ai - Get articles by tag/articles/{id} - Get article details/articles?username=username - Get user articles# Get latest 10 articles
curl -s "https://dev.to/api/articles?per_page=10" | jq '.[] | {
title: .title,
url: .url,
user: .user.username,
reactions: .positive_reactions_count,
comments: .comments_count
}'
# Get AI-tagged articles
curl -s "https://dev.to/api/articles?tag=ai&per_page=10" | jq '.[] | {
title: .title,
url: .url,
user: .user.username,
reactions: .positive_reactions_count
}'
# Test API connection
curl -s "https://dev.to/api/articles?per_page=1" | jq '.[0].title'
See USAGE.md for detailed examples:
✅ No installation required - uses public API
MIT License
Copyright (c) 2026 思捷娅科技 (SJYKJ)
免费使用、修改和重新分发时,需注明出处。
出处:
商业使用授权: