← 返回
未分类 中文

lin

extract parameters from a given URL and save them into a MySQL database. use when you need to store URL query parameters for later processing or analysis.
从给定 URL 中提取参数并存入 MySQL 数据库,适用于需要保存 URL 查询参数以供后续处理或分析的场景。
lin-shiwu lin-shiwu 来源
未分类 clawhub v1.0.0 1 版本 99678.5 Key: 无需
★ 0
Stars
📥 310
下载
💾 0
安装
1
版本
#latest

概述

URL Parameter Saver

This skill extracts parameters from a provided URL and saves them into a MySQL database. If the table does not exist, it will be created automatically. Currently supports single URL processing.

Usage

  1. Call the save_url_params.py script with a URL.
  2. The script parses the query parameters and inserts them as a new row in the database.
  3. Each URL's parameters are saved in independent rows.

Database

  • Database type: MySQL
  • Table name: url_parameters
  • Columns: dynamically matched to URL parameter names

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 12:44 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,082 📥 810,066
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,379 📥 320,419
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 676 📥 325,422