jonah791/dsh-freelance-radar ↗★ 0
dsh-freelance-radar
自由职业任务雷达(主人自由人路线支撑):聚合公开远程任务源(电鸭 API/RSS)→ 按主人能力画像(AI/Agent/LLM + 排除词)打分筛选 → 工具面呈现 + telegram 推送「值得看」清单。只读采集、主人决策闭环(不自动投标)。
AI Analysis
核心用途是远程工作与外包任务监控。适合自由职业者或独立开发者,用于自动收集、筛选并推送符合自身技能的远程岗位。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗配置
interface Config {
enabled: boolean
dataDir?: string // 默认 $DSH_HOME/freelance-radar
eleduckApiBase?: string // 默认 https://svc.eleduck.com/api/v1
profile?: Partial
rssSources?: string[]
}