url-parameter-saver

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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "url-parameter-saver" with this command: npx skills add lin-shiwu/save-mysql

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Hf Papers

获取 HuggingFace Papers 热门 AI 论文,自动翻译摘要为中文,生成带趋势分析的双语报告。 支持 DeepLX 和 OpenAI 兼容 LLM 两种翻译后端,自动降级。可保存为 Markdown 文件,方便导入 Obsidian 等笔记工具。 使用场景: 1. 用户想查看 HuggingFace...

Registry SourceRecently Updated
Research

Academic Deep Research

Transparent, rigorous research with full methodology — not a black-box API wrapper. Conducts exhaustive investigation through mandated 2-cycle research per t...

Registry SourceRecently Updated
Research

Financial Fraud Analyzer Lite

财务造假风险分析技能。基于财务报表(利润表、资产负债表、现金流量表)评估盈余操纵与会计舞弊概率,输出结构化风险结论与证据链。支持单公司深度分析和批量筛查。Use when user asks to detect financial statement fraud, earnings manipulation, a...

Registry SourceRecently Updated
Research

Advanced Skill Creator

Advanced OpenClaw skill creation handler that executes the official 5-step research flow with comprehensive analysis and best practices. Ensures proper metho...

Registry SourceRecently Updated
url-parameter-saver | V50.AI