feat(skills): add sangfor-edr-use and sangfor-xdr-use skills#277
Merged
Conversation
Move sangfor-edr-use and sangfor-xdr-use from docs/ into the standard skills directory (.flocks/plugins/skills/). Changes made during review: - edr: remove incorrect API mode section; EDR has no open API, all operations must go through browser/CDP - xdr: fix wrong script name in pitfalls table (cdp_fetch.py -> fetch_xdr_system_state.py) - xdr: fix API vs CDP comparison table — system state row had CDP script listed under API column, now shows ❌ - xdr: fix ambiguous "request confirmation" wording; now clearly states API is default and fallback to browser only on failure - both: replace hardcoded Windows absolute paths in execution examples with cross-platform placeholders (<FLOCKS_VENV> / <FLOCKS_PLUGINS>), and add macOS/Linux parallel examples - both: use tempfile.gettempdir() for daemon port file path instead of hardcoded C:/Users/Administrator/AppData/Local/Temp - both: add macOS/Linux Chrome/Edge remote debugging start commands - xdr: rename dict key data接入 -> data_ingestion to avoid mixed Chinese/English key names - both: move inline `import re` to module top level Co-authored-by: Cursor <cursoragent@cursor.com>
xiami762
approved these changes
May 15, 2026
duguwanglong
pushed a commit
to DearEmma/flocks
that referenced
this pull request
May 18, 2026
…ls-migration feat(skills): add sangfor-edr-use and sangfor-xdr-use skills
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat(skills): add sangfor-edr-use and sangfor-xdr-use skills
Move sangfor-edr-use and sangfor-xdr-use from docs/ into the standard
skills directory (.flocks/plugins/skills/).
Changes made during review:
all operations must go through browser/CDP
fetch_xdr_system_state.py)
script listed under API column, now shows ❌
states API is default and fallback to browser only on failure
with cross-platform placeholders (<FLOCKS_VENV> / <FLOCKS_PLUGINS>),
and add macOS/Linux parallel examples
hardcoded C:/Users/Administrator/AppData/Local/Temp
Chinese/English key names
import reto module top level