بنقرة واحدة
sitemap-parser
Parse XML sitemaps to discover all pages on a website
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Parse XML sitemaps to discover all pages on a website
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Send emails via SMTP
Generate cryptographically secure passwords with configurable character sets
Bitbucket REST API 2.0 — repos, pull requests, branches, issues, pipelines, and more
Complete local and remote git operations (init, clone, commit, push, pull, branch, merge, rebase, tag, stash, and more)
GitHub REST API v3 — repos, issues, PRs, branches, releases, actions, gists, and more
GitLab REST API v4 — projects, issues, merge requests, branches, pipelines, releases, and more
| name | Sitemap Parser |
| description | Parse XML sitemaps to discover all pages on a website |
| script | scripts/main.ts |
| language | javascript |
| install | bun install |
| timeout | 30 |
Parse XML sitemaps to discover all pages on a website. Supports sitemap index files and nested sitemaps.
url (string, optional): URL of the sitemap (auto-tries /sitemap.xml if just a domain is given)content (string, optional): Raw XML sitemap content to parse directlyfollow_index (boolean, optional): Follow sitemap index files to child sitemaps — default truelimit (number, optional): Max URLs to return — default 1000urls (array): [{ loc, lastmod?, changefreq?, priority? }]url_count (number): Total number of URLs foundis_index (boolean): Whether the input was a sitemap index filesitemaps (array, if index): [{ loc, lastmod? }] — child sitemaps found